From 8364ca1993bbb67c09639ba873335eeaacd1ad25 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 8 Feb 2021 19:20:02 +1300 Subject: Print MCU fill as well as section size --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f8886e..e05f490 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ build/altimeter.elf: \ $(AVR_CC) $(AVR_LDFLAGS) -o $@ $^ size: - [ -f "$(REAL_ELF)" ] && $(AVR_SIZE) "$(REAL_ELF)" + [ -f "$(REAL_ELF)" ] && $(AVR_SIZE) -C --mcu="$(MCU)" "$(REAL_ELF)" # ELF for simulator/emu. Note that whever I/O is required, the *_sim.{o,c} # versions of each component will provide a mocked interface. This allows for -- cgit v1.1