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
parent c5ec5c70b3
commit d1a292353e
1 changed files with 4 additions and 0 deletions

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