contiki/examples/ravenusbstick/Makefile
Robert Quattlebaum 3e0666265d avr-ravenusb/cdc_task: Fix compile issues.
A lot more changes are in the pipeline, but compiling is a good start.
2013-05-19 11:31:01 -07:00

10 lines
368 B
Makefile

all:
${MAKE} TARGET=avr-ravenusb NOAVRSIZE=1 -f Makefile.ravenusbstick ravenusbstick.elf
avr-objcopy -O ihex -R .signature -R .fuse -R .eeprom ravenusbstick.elf ravenusbstick.hex
avr-size -C --mcu=at90usb1287 ravenusbstick.elf
clean:
${MAKE} -f Makefile.ravenusbstick clean
rm -rf obj_avr-ravenusb
rm -rf symbols.c symbols.h ravenusbstick.elf ravenusbstick.hex