OpenCores
URL https://opencores.org/ocsvn/usb_fpga_2_04/usb_fpga_2_04/trunk

Subversion Repositories usb_fpga_2_04

[/] [usb_fpga_2_04/] [trunk/] [examples/] [usb-fpga-1.11/] [1.11a/] [lightshow/] [avr/] [Makefile] - Rev 2

Compare with Previous | Blame | View Log

AVRGCC=avr-gcc -std=gnu99 -save-temps -mmcu=atxmega128a1 -O2
OBJ2HEX=avr-objcopy

all: lightshow.ihx

%.obj : %.c
        $(AVRGCC) $< -o $@

%.ihx : %.obj
        $(OBJ2HEX) -R .eeprom -O ihex $< $@

clean:
        rm -f *.o *.i *.s *.obj *.old *.bak *~

distclean:
        rm -f *.ihx

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.