URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [mp3/] [sw/] [support/] [Makefile] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
all: support.o reset-nocache.o reset-ic.o reset-dc.o reset-icdc.o except.o
support.o: support.c
or32-rtems-gcc -O2 -c -o $@ $?
reset-nocache.o: reset-nocache.S
or32-rtems-gcc -O2 -c -o $@ $?
reset-ic.o: reset-ic.S
or32-rtems-gcc -O2 -c -o $@ $?
reset-dc.o: reset-dc.S
or32-rtems-gcc -O2 -c -o $@ $?
reset-icdc.o: reset-icdc.S
or32-rtems-gcc -O2 -c -o $@ $?
except.o: except.S
or32-rtems-gcc -O2 -c -o $@ $?
clean:
rm -rf *.o
Go to most recent revision | Compare with Previous | Blame | View Log