projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7095ba
)
Don't build openocd here, it's in riscv-tools now
author
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 22:35:17 +0000
(15:35 -0700)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 23:18:37 +0000
(16:18 -0700)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index 1ea5752fb969ed7013678490943332f35cf5b407..98330b500afe5721c7140a79ad5924b424721404 100644
(file)
--- 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: