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

Subversion Repositories or1k_old

[/] [or1k_old/] [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

powered by: WebSVN 2.1.0

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