Show avr-size once and only once regradless of whether recompilation is needed.
This commit is contained in:
parent
95982b40ba
commit
26cebb6436
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
${MAKE} TARGET=avr-ravenusb -f Makefile.ravenusbstick ravenusbstick.elf
|
||||
${MAKE} TARGET=avr-ravenusb NOAVRSIZE=1 -f Makefile.ravenusbstick ravenusbstick.elf
|
||||
avr-objcopy -O ihex -R .signature -R .fuse -R .eeprom ravenusbstick.elf ravenusbstick.hex
|
||||
avr-size -C --mcu=at90usb1287 ravenusbstick.elf
|
||||
|
||||
|
|
Loading…
Reference in a new issue