1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 14:58:51 -05:00

run avr-size in AVR mode

This commit is contained in:
Raphael Assenat 2018-09-05 10:42:53 -04:00
parent 2d3795c29a
commit 9c99048c6f

View File

@ -42,7 +42,7 @@ $(PROGNAME).elf: $(OBJS)
$(PROGNAME).hex: $(PROGNAME).elf
avr-objcopy -j .data -j .text -O ihex $(PROGNAME).elf $(PROGNAME).hex
avr-size $(PROGNAME).elf
avr-size $(PROGNAME).elf -C --mcu=$(CPU)
fuse: