diff --git a/icwmp/Makefile b/icwmp/Makefile index 4b3af42d5..87aa0cc1e 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -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