[PATCH] Android: Add CONFIG_ACS option to makefile

Dmitry Shmidt dimitrysh
Thu Nov 7 18:06:28 PST 2013


Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
---
 hostapd/Android.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 90e1368..40ed6e7 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -880,6 +880,12 @@ else
 OBJS_c += src/utils/edit_simple.c
 endif
 
+ifdef CONFIG_ACS
+L_CFLAGS += -DCONFIG_ACS
+OBJS += src/ap/acs.c
+LIBS += -lm
+endif
+
 ########################
 
 include $(CLEAR_VARS)
-- 
1.8.4.1




More information about the Hostap mailing list