vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / jtag / GNUmakefile
blob74708fa3f6f23dbb2c58f953a20038fde7aa3eca
1 #================================================================
2 # Makefile to produce standard CTX1 test applications
3 #================================================================
5 CPU=L865
7 include /ps/dsc/src/co/Make.auto
9 ACCS=tst
10 CFLAGS = -g -I.
11 LDLIBS = -lvmebus
12 ALL = jtag.$(CPU).o jtag.$(CPU)
13 SRCS = jtag.c lenval.c micro.c ports.c smemio.c
14 HDRS = lenval.h micro.h ports.h
16 all: $(ALL)
18 # Run on Workstation only
20 jtag.$(CPU).o: $(SRCS) $(HDRS)
22 jtag.$(CPU): jtag.$(CPU).o
24 clean:
25 rm -rf *.$(CPU).o *.$(CPU)