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

Subversion Repositories usb_fpga_2_13

[/] [usb_fpga_2_13/] [trunk/] [examples/] [usb-fpga-1.15/] [1.15a/] [lightshow/] [avr/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
AVRGCC=avr-gcc -std=gnu99 -save-temps -mmcu=atxmega128a1 -O2
2
OBJ2HEX=avr-objcopy
3
 
4
all: lightshow.ihx
5
 
6
%.obj : %.c
7
        $(AVRGCC) $< -o $@
8
 
9
%.ihx : %.obj
10
        $(OBJ2HEX) -R .eeprom -O ihex $< $@
11
 
12
clean:
13
        rm -f *.o *.i *.s *.obj *.old *.bak *~
14
 
15
distclean:
16
        rm -f *.ihx

powered by: WebSVN 2.1.0

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