]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Add CONFIG_ACS option to makefile
authorDmitry Shmidt <dimitrysh@google.com>
Fri, 8 Nov 2013 02:06:28 +0000 (18:06 -0800)
committerJouni Malinen <j@w1.fi>
Sun, 24 Nov 2013 20:46:38 +0000 (22:46 +0200)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/Android.mk

index bc0273e0c50084e27413326a9bf7652a325d87aa..796a3450cb319a792bdfad9cf2ab44ba5cd6114d 100644 (file)
@@ -887,6 +887,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)