Skip to content

Commit

Permalink
makefile: fix the root path of OPENOCD_SCRIPT_ROOT
Browse files Browse the repository at this point in the history
fix issue foss-for-synopsys-dwc-arc-processors#174

Signed-off-by: Jingru Wang <[email protected]>
  • Loading branch information
wangnuannuan committed Nov 24, 2021
1 parent 51e2475 commit 5350f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/toolchain/toolchain_gnu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ifeq ($(findstring $(MAKECMDGOALS),run gui),)
endif
endif
else
OPENOCD_SCRIPT_ROOT = $(OPENOCD_EXECUTABLE_ROOT)/share/openocd/scripts
OPENOCD_SCRIPT_ROOT = $(OPENOCD_EXECUTABLE_ROOT)/../share/openocd/scripts
endif

## Don't change this line
Expand Down

0 comments on commit 5350f18

Please sign in to comment.