aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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