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-xmega-1.0/] [ucecho/] [avr/] [Makefile] - Rev 2

Compare with Previous | Blame | View Log

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

all: ucecho.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.