Don't build openocd here, it's in riscv-tools now
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 15 May 2017 22:35:17 +0000 (15:35 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 15 May 2017 23:18:37 +0000 (16:18 -0700)
debug/Makefile

index 1ea5752fb969ed7013678490943332f35cf5b407..98330b500afe5721c7140a79ad5924b424721404 100644 (file)
@@ -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: