Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1199 → Rev 1200

/branches/V0.72p Code Redesign killagreg/makefile
15,12 → 15,12
#OPTIONS
 
# Use one of the extensions for a gps solution
EXT = KILLAGREG
#EXT = NAVICTRL
#EXT = KILLAGREG
EXT = NAVICTRL
#EXT = MK3MAG
 
# Use optional one the RCs if EXT = NAVICTRL has been used
#RC = DSL
RC = DSL
#RC = SPECTRUM
 
# Use one of the motor setups
76,12 → 76,12
 
ifeq ($(MCU), atmega644)
FUSE_SETTINGS = -u -U lfuse:w:0xff:m -U hfuse:w:0xdf:m
HEX_NAME = MEGA644_$(EXT)_$(SETUP)
HEX_NAME = MEGA644_$(EXT)_$(RC)_$(SETUP)
endif
 
ifeq ($(MCU), atmega644p)
FUSE_SETTINGS = -u -U lfuse:w:0xff:m -U hfuse:w:0xdf:m
HEX_NAME = MEGA644p_$(EXT)_$(SETUP)
HEX_NAME = MEGA644p_$(EXT)_$(RC)_$(SETUP)
endif