mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 15:34:05 +01:00
Ticket refs #13024:
EX400 does not have any wandevice config in the datamodel in extender mode
This commit is contained in:
parent
6e64075198
commit
ac773f5bc3
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ define Build/Prepare
|
|||
endef
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_TARGET_IBOARDID),"EX400")
|
||||
TARGET_CFLAGS += -DEX400
|
||||
endif
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-D_GNU_SOURCE -D_AADJ
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue