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

Subversion Repositories or1k

[/] [or1k/] [branches/] [mp3_stable/] [jtag/] [Makefile] - Rev 1778

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.