From: Dmitry Shmidt Date: Fri, 8 Nov 2013 02:06:28 +0000 (-0800) Subject: Android: Add CONFIG_ACS option to makefile X-Git-Tag: hostap_2_1~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd84e5f42a5e722d511f60c095018aee1c3c77d;p=thirdparty%2Fhostap.git Android: Add CONFIG_ACS option to makefile Signed-off-by: Dmitry Shmidt --- diff --git a/hostapd/Android.mk b/hostapd/Android.mk index cf570a7d3..d3c055000 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -860,6 +860,12 @@ endif OBJS += src/drivers/driver_common.c +ifdef CONFIG_ACS +L_CFLAGS += -DCONFIG_ACS +OBJS += src/ap/acs.c +LIBS += -lm +endif + ifdef CONFIG_NO_STDOUT_DEBUG L_CFLAGS += -DCONFIG_NO_STDOUT_DEBUG endif