Commit 6aca02e8e4ff9d146e865b79d99a5b32cee1e7aa
authorMichel <michel@acer.vidiactive.com>
Wed, 10 Mar 2010 18:08:02 +0000 (18:08 +0000)
committerMichel <michel@acer.vidiactive.com>
Wed, 10 Mar 2010 18:08:02 +0000 (18:08 +0000)
Now that the loader can load them, include the eeprom
section in the .hex files generated for the examples

Signed-off-by: Michel Pollet <buserror@gmail.com>
Makefile.common

index d4bab2303a5d57c5fa465b1f44f3fe34e5fb4a16..182c4320328e8924d0536354b0d1c9ebef6d221b 100644 (file)
@@ -48,7 +48,7 @@ endif
 # otherwise the --gc-sections will delete it.
 
 %.hex: %.axf
-       @${AVR}objcopy -j .text -j .data -O ihex ${<} ${@}
+       @${AVR}objcopy -j .text -j .data -j .eeprom -O ihex ${<} ${@}
 
 %.s: %.axf
        @${AVR}objdump -j .text -j .data -j .bss -d  ${<} > ${@}