Makefile: Remove .eeprom .fuse .lock sections from hex file.

Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
This commit is contained in:
Markus Amsler 2011-02-03 22:22:41 +01:00 committed by Michael Moon
parent fa91ef8472
commit d88179a9ce
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ config.h: config.h.dist
%.hex: %.elf
@echo " OBJCOPY $@"
@$(OBJCOPY) -j .text -j .data -O ihex $< $@
@$(OBJCOPY) -j .text -j .data -O ihex -R .eeprom -R .fuse -R .lock $< $@
%.bin: %.elf
@echo " OBJCOPY $@"