aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-05-15 15:35:17 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-05-15 16:18:37 -0700
commit26b288f1ef047a0dc76dfdb7f69d44e17ecb4ce7 (patch)
tree454ba8b93f9a8a4c346dd99fcfe1b6251afe33cf
parentf7095baa9d9a23ad096084380a9457730ea2ac68 (diff)
downloadriscv-tests-26b288f1ef047a0dc76dfdb7f69d44e17ecb4ce7.zip
riscv-tests-26b288f1ef047a0dc76dfdb7f69d44e17ecb4ce7.tar.gz
riscv-tests-26b288f1ef047a0dc76dfdb7f69d44e17ecb4ce7.tar.bz2
Don't build openocd here, it's in riscv-tools now
-rw-r--r--debug/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 1ea5752..98330b5 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -12,7 +12,11 @@ pylint:
pylint --rcfile=pylint.rc *.py
%.log:
- $(GDBSERVER_PY) --isolate --$(subst .log,,$@) --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \
+ $(GDBSERVER_PY) \
+ --isolate \
+ --$(subst .log,,$@) \
+ --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \
+ --server_cmd openocd \
> $@ 2>&1 || (sed s/^/$@:\ / $@ && false)
clean: