diff options
author | Paul Fertser <fercerpav@gmail.com> | 2017-01-24 17:05:05 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2017-01-24 17:05:05 +0300 |
commit | 1d58e2797d5f6135314e90b4176ff76bd51c29b2 (patch) | |
tree | 82332ff927cbef311b0a16c7a3443cab6c630ebc /utils/openocd | |
parent | 8e83bb28f1161c36a3893576755019587f5a4d10 (diff) |
openocd: bump version to 0.10.0
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'utils/openocd')
-rw-r--r-- | utils/openocd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index e18e1aa19..45901c531 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openocd -PKG_VERSION:=v0.9.0 +PKG_VERSION:=v0.10.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git @@ -59,10 +59,7 @@ CONFIGURE_ARGS += \ --disable-werror \ MAKEINFO=true \ --enable-dummy \ - --enable-sysfsgpio \ - --enable-usb_blaster_libftdi \ - --enable-openjtag_ftdi \ - --enable-presto_libftdi + --enable-sysfsgpio define Build/Compile +$(MAKE_VARS) \ |