URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [mp3/] [sw/] [trap2/] [Makefile] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
CCFLAGS = -O2 -g -nostdliball: trap.or32trap.or32: trap.oor32-rtems-gcc -nostdlib trap.o -o trap.or32or32-rtems-objcopy -O binary trap.or32 trap.bin../utils/bin2srec trap.bin > trap.srec../utils/bin2hex trap.bin > trap.hexcp trap.hex ../../sim/src/flash.intrap.o: trap.Sor32-rtems-gcc $(CCFLAGS) trap.S -c -DOR1Kclean:rm -f *.o trap.or32 *.bin *.srec *.hex
Go to most recent revision | Compare with Previous | Blame | View Log
