aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Makefile')
-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: