mirror of
https://github.com/raphnet/dreamcast_usb
synced 2024-12-21 22:58:52 -05:00
Use avr-size
This commit is contained in:
parent
e71b151d5b
commit
c4acc4b111
2
Makefile
2
Makefile
@ -46,7 +46,7 @@ $(ELFFILE): $(OBJS)
|
|||||||
$(HEXFILE): $(ELFFILE)
|
$(HEXFILE): $(ELFFILE)
|
||||||
rm -f $(HEXFILE)
|
rm -f $(HEXFILE)
|
||||||
avr-objcopy -j .text -j .data -O ihex $(ELFFILE) $(HEXFILE)
|
avr-objcopy -j .text -j .data -O ihex $(ELFFILE) $(HEXFILE)
|
||||||
./checksize $(ELFFILE)
|
avr-size $(ELFFILE)
|
||||||
|
|
||||||
|
|
||||||
flash: $(HEXFILE)
|
flash: $(HEXFILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user