Commit 375d68d1 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent 76cd6b18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
menu "Host utilities"

source "package/openocd/Config.in.host"
source "package/uboot-tools/Config.in.host"

endmenu
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_HOST_OPENOCD
	bool "host openocd"
	help
	  OpenOCD - Open On-Chip Debugger

	  http://openocd.berlios.de/web/
+10 −0
Original line number Diff line number Diff line
@@ -29,4 +29,14 @@ ifeq ($(BR2_PACKAGE_OPENOCD_VSLLINK),y)
OPENOCD_CONF_OPT += --enable-vsllink
endif

HOST_OPENOCD_DEPENDENCIES = host-libusb-compat host-libftdi

HOST_OPENOCD_CONF_OPT = 	\
	--disable-doxygen-html 	\
	--enable-dummy 		\
	--enable-ft2232_libftdi \
	--enable-jlink 		\
	--enable-vsllink

$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))