summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c81fae8..13810dc 100644
--- a/Makefile
+++ b/Makefile
@@ -267,6 +267,14 @@ endif
#############################################################
# Upload and Debug
#############################################################
+
+ifneq ($(RISCV_OPENOCD_PATH),)
+RISCV_OPENOCD=$(RISCV_OPENOCD_PATH)/bin/openocd
+else
+#if RISCV_OPENOCD_PATH is not set, just look on the PATH
+RISCV_OPENOCD=openocd
+endif
+
ifeq ($(BSP),mee)
upload: $(PROGRAM_ELF)