From 06d8fe27274bd4300322d24b4ed87da6f22eafee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 13 Jan 2016 19:09:24 +0100 Subject: change avr-size arguments for better readability --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d68198a..bb94e73 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ AVRFLAGS += -U flash:w:main.hex main.elf: main.c ${AVRCC} ${CFLAGS} -o $@ ${@:.elf=.c} -Wl,-Map=main.map,--cref - avr-size -d $@ + @echo + @avr-size --format=avr --mcu=${MCU} $@ program: main.hex #main.eep ${AVRFLASH} -p ${MCU} -c ${AVRDUDE_PROGRAMMER} ${AVRFLAGS} -- cgit v1.2.3