diff --git a/Makefile b/Makefile index 0c8d0c1..709f106 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ REMOVE = rm -f COPY = cp HEXSIZE = $(SIZE) --target=$(FORMAT) $(TARGET).hex -ELFSIZE = $(SIZE) -C $(TARGET).elf +ELFSIZE = $(SIZE) --mcu=$(MCU) -C $(TARGET).elf