diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/Makefile b/software/Makefile index a30ec88..e77ccd6 100644 --- a/software/Makefile +++ b/software/Makefile @@ -33,7 +33,7 @@ $(PROG).elf: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) size: $(PROG).elf - @avr-size -C --mcu=$(MCU_TARGET) $^ + @avr-size --format=avr --mcu=$(MCU_TARGET) $^ # Rules for building the list file lst: $(PROG).lst |