WNM: Enable CONFIG_WNM in Android.mk

Signed-hostap: Vinayak Kamath <vkamat@codeaurora.org>
This commit is contained in:
Vinayak Kamath 2013-05-16 17:51:18 +03:00 committed by Jouni Malinen
parent 65bcd0a92d
commit e2396a684e

View file

@ -198,7 +198,7 @@ NEED_DH_GROUPS=y
endif
ifdef CONFIG_WNM
CFLAGS += -DCONFIG_WNM
L_CFLAGS += -DCONFIG_WNM
OBJS += wnm_sta.c
endif
@ -739,6 +739,9 @@ endif
ifdef CONFIG_CTRL_IFACE
OBJS += src/ap/ctrl_iface_ap.c
endif
ifdef CONFIG_WNM
OBJS += src/ap/wnm_ap.c
endif
L_CFLAGS += -DEAP_SERVER -DEAP_SERVER_IDENTITY
OBJS += src/eap_server/eap_server.c