Have the openocd invocation match the spike invocation
[riscv-tests.git] / debug / Makefile
index 98330b500afe5721c7140a79ad5924b424721404..5726883502ef4bfc4743fc25f41d5d0a3dae4191 100644 (file)
@@ -16,7 +16,7 @@ pylint:
                --isolate \
                --$(subst .log,,$@) \
                --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \
-               --server_cmd openocd \
+               --server_cmd $(RISCV)/bin/openocd \
            > $@ 2>&1 || (sed s/^/$@:\ / $@ && false)
 
 clean: