URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [jtag/] [Makefile] - Rev 435
Go to most recent revision | Compare with Previous | Blame | View Log
all: jp1
debug: jp1-debug
jp1: dummy
rm -f jp1
gcc jp1.c -g -O2 -o jp1
jp1-debug: dummy
rm -f jp1-debug
gcc jp1.c -g -O2 -o jp1-debug -DRTL_SIM
clean: dummy
rm jp1 jp1-debug
dummy:
Go to most recent revision | Compare with Previous | Blame | View Log