Remove fuses from .hex, Pass MCU name to avr-size

This commit is contained in:
c_oflynn 2009-06-02 21:58:32 +00:00
parent 7877d54e1e
commit 0946203c57
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
all:
make TARGET=avr-ravenusb -f Makefile.ravenusbstick ravenusbstick.elf
avr-objcopy -O ihex -R .eeprom ravenusbstick.elf ravenusbstick.hex
avr-size -C ravenusbstick.elf
avr-objcopy -O ihex -R .eeprom -R .fuse ravenusbstick.elf ravenusbstick.hex
avr-size -C --mcu=at90usb1287 ravenusbstick.elf
clean:
make -f Makefile.ravenusbstick clean