From: Jouni Malinen Date: Thu, 9 Aug 2012 19:53:27 +0000 (+0300) Subject: AOSP: Sync Android.mk with Makefile X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734f98d4d154af9a7397bd47529ca66d9dac6d2b;p=thirdparty%2Fhostap.git AOSP: Sync Android.mk with Makefile --- diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 74d5decf5..c6cf80b87 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -121,11 +121,18 @@ endif OBJS += src/utils/$(CONFIG_ELOOP).c OBJS_c += src/utils/$(CONFIG_ELOOP).c +ifdef CONFIG_ELOOP_POLL +L_CFLAGS += -DCONFIG_ELOOP_POLL +endif ifdef CONFIG_EAPOL_TEST L_CFLAGS += -Werror -DEAPOL_TEST endif +ifdef CONFIG_HT_OVERRIDES +L_CFLAGS += -DCONFIG_HT_OVERRIDES +endif + ifndef CONFIG_BACKEND CONFIG_BACKEND=file endif