openocd: enable bcm2835gpio on bcm27xx
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
c5ec5c70b3
commit
d1a292353e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue