BUGfix: use correct file for avr-size to get correct statistics
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Mon, 30 Jul 2012 22:22:58 +0000 (22:22 +0000)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Mon, 30 Jul 2012 22:22:58 +0000 (22:22 +0000)
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
firmware/Makefile

index e455938..1dac04c 100644 (file)
@@ -155,7 +155,7 @@ main.bin:   $(OBJECTS)
 main.hex:      main.bin
        rm -f main.hex main.eep.hex
        avr-objcopy -j .text -j .data -O ihex main.bin main.hex
-       avr-size main.hex
+       avr-size main.bin
 
 disasm:        main.bin
        avr-objdump -d main.bin