Subversion Repositories FlightCtrl

Rev

Rev 1636 | Rev 1657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1636 Rev 1642
Line 247... Line 247...
247
 
247
 
248
REMOVE = rm -f
248
REMOVE = rm -f
Line 249... Line 249...
249
COPY = cp
249
COPY = cp
250
 
250
 
251
HEXSIZE = $(SIZE) --target=$(FORMAT) $(TARGET).hex
251
HEXSIZE = $(SIZE) --target=$(FORMAT) $(TARGET).hex
Line 252... Line 252...
252
ELFSIZE = $(SIZE) -A $(TARGET).elf
252
ELFSIZE = $(SIZE) -x -A $(TARGET).elf
253
LIMITS = $(SIZE) --mcu=$(MCU) -C $(TARGET).elf
253
LIMITS = $(SIZE) --mcu=$(MCU) -C $(TARGET).elf