Skip to content
Snippets Groups Projects

Resolve "review mttn"

Merged Federico Vaga requested to merge 25-review-mttn into master
3 files
+ 19
25
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,7 +12,7 @@ CFLAGS = -g -I. -I$(ENV_PREFIX)/usr/include/headers_ppc \
-I/acc/sys/ppc/sys/include/family/$(CPU) -Wall \
-DCOMPILE_TIME=$(COMPILE_TIME)
LDLIBS = -lvme
ALL = jtag.$(CPU)
ALL = jtag
SRCS = jtag.c lenval.c micro.c ports.c smemio.c
HDRS = lenval.h micro.h ports.h
@@ -23,9 +23,9 @@ clean:
# Run on Workstation only
jtag.$(CPU).o: $(SRCS) $(HDRS)
jtag.o: $(SRCS) $(HDRS)
jtag.$(CPU): jtag.$(CPU).o
jtag: jtag.o
install: jtag.$(CPU)
install: jtag
dsc_install jtag.ppc /dsc/tst/ppc/ces/ctx1
Loading