master
Stefan Dorn 2016-06-14 05:20:32 +01:00
parent b4ab1b0a7c
commit bd74409688
1 changed files with 0 additions and 6 deletions

View File

@ -31,7 +31,6 @@ MAKEHEADERS := makeheaders
all: firmware.hex firmware.eep
@echo
@echo '---------------------------------------------------------------'
@echo '------- done --------------------------------------------------'
@echo
$(SIZE) --target=ihex firmware.hex
@echo
@ -39,9 +38,6 @@ all: firmware.hex firmware.eep
@echo
$(CHKSUM) firmware.hex firmware.eep
@echo
@echo 'you can load "firmware.hex" and "firmware.eep" onto the'
@echo 'Teensy using the Teensy loader'
@echo
@echo '---------------------------------------------------------------'
@echo
@ -57,7 +53,6 @@ clean:
firmware.hex: firmware.elf
@echo
@echo --- making $@ ---
# from the WinAVR makefile template (modified)
$(OBJCOPY) -O ihex \
-R .eeprom -R .fuse -R .lock -R .signature \
$< $@
@ -65,7 +60,6 @@ firmware.hex: firmware.elf
firmware.eep: firmware.elf
@echo
@echo --- making $@ ---
# from the WinAVR makefile template (modified)
-$(OBJCOPY) -O ihex \
-j .eeprom \
--set-section-flags=.eeprom="alloc,load" \