|
@@ -16,7 +16,8 @@ OPENOCD_CONF_OPTS = \
|
|
--disable-doxygen-html \
|
|
--disable-doxygen-html \
|
|
--with-jim-shared=no \
|
|
--with-jim-shared=no \
|
|
--disable-shared \
|
|
--disable-shared \
|
|
- --enable-dummy
|
|
|
|
|
|
+ --enable-dummy \
|
|
|
|
+ --disable-werror
|
|
|
|
|
|
# Rely on the Config.in options of each individual adapter selecting
|
|
# Rely on the Config.in options of each individual adapter selecting
|
|
# the dependencies they need.
|
|
# the dependencies they need.
|
|
@@ -93,7 +94,8 @@ HOST_OPENOCD_CONF_OPTS = \
|
|
--disable-doxygen-html \
|
|
--disable-doxygen-html \
|
|
--with-jim-shared=no \
|
|
--with-jim-shared=no \
|
|
--disable-shared \
|
|
--disable-shared \
|
|
- --enable-dummy
|
|
|
|
|
|
+ --enable-dummy \
|
|
|
|
+ --disable-werror
|
|
|
|
|
|
HOST_OPENOCD_DEPENDENCIES = host-libftdi host-libusb host-libusb-compat
|
|
HOST_OPENOCD_DEPENDENCIES = host-libftdi host-libusb host-libusb-compat
|
|
|
|
|