projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
5d6254c
)
Commit
6aca02e8e4ff9d146e865b79d99a5b32cee1e7aa
author
Michel
<michel@acer.vidiactive.com>
Wed, 10 Mar 2010 18:08:02 +0000
(18:08 +0000)
committer
Michel
<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
patch
|
blob
|
history
|
download
diff --git
a/Makefile.common
b/Makefile.common
index d4bab2303a5d57c5fa465b1f44f3fe34e5fb4a16..182c4320328e8924d0536354b0d1c9ebef6d221b 100644
(file)
--- a/
Makefile.common
+++ b/
Makefile.common
@@
-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 ${<} > ${@}