openocd: enable bcm2835gpio on bcm27xx

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2022-08-21 01:12:53 +03:00 committed by 1582130940
parent 0279b49ef5
commit f3e1a654a9

View File

@ -73,6 +73,10 @@ CONFIGURE_ARGS += \
--enable-sysfsgpio \
--enable-linuxgpiod
ifeq ($(CONFIG_TARGET_bcm27xx),y)
CONFIGURE_ARGS += --enable-bcm2835gpio
endif
TARGET_CFLAGS += -DRELSTR=\\\"-$(PKG_VERSION)-$(PKG_RELEASE)-OpenWrt\\\"
define Build/Compile