chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fbda5
)
Refresh of makefile-avr-size
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 9 Aug 2012 18:03:31 +0000
(19:03 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 9 Aug 2012 18:03:31 +0000
(19:03 +0100)
Marlin/Makefile
patch
|
blob
|
history
diff --git
a/Marlin/Makefile
b/Marlin/Makefile
index a85111d58ecab3f91a8921885f70e1d470eb7f19..940bb168b7a3f6b3f973e8e44260022b201bb22c 100644
(file)
--- a/
Marlin/Makefile
+++ b/
Marlin/Makefile
@@
-221,7
+221,8
@@
endif
# Display size of file.
HEXSIZE = $(SIZE) --target=$(FORMAT) applet/$(TARGET).hex
-ELFSIZE = $(SIZE) applet/$(TARGET).elf
+ELFSIZE = $(SIZE) --mcu=$(MCU) -C applet/$(TARGET).elf; \
+ $(SIZE) applet/$(TARGET).elf
sizebefore:
$P if [ -f applet/$(TARGET).elf ]; then echo; echo $(MSG_SIZE_BEFORE); $(HEXSIZE); echo; fi