diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |