diff options
Diffstat (limited to 'package/openocd/openocd.mk')
-rw-r--r-- | package/openocd/openocd.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk index 5f613673f..d79b33b70 100644 --- a/package/openocd/openocd.mk +++ b/package/openocd/openocd.mk @@ -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)) |