Skip to content

Commit e9ec30f

Browse files
committed
Enable RISCV openocd.
1 parent 4c0c682 commit e9ec30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ openocd-build: $(openocd_src)
9797
cd $(openocd_build) && $</configure \
9898
--prefix=$(openocd_dest) \
9999
--disable-werror \
100+
--enable-riscv \
100101
--enable-remote-bitbang \
101102
--enable-ftdi \
102103
$(if $(ccache),CC="$(ccache) $(CC)") \

0 commit comments

Comments
 (0)