OSDN Git Service

Remove unnecessary compilation settings
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 27 Jun 2011 17:59:51 +0000 (10:59 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 27 Jun 2011 17:59:51 +0000 (10:59 -0700)
Change-Id: I59171b3620f4274d50f2cd764db493048e3c21b5
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/.config
hostapd/Android.mk
wpa_supplicant/Android.mk

index 3569770..e57aafe 100644 (file)
@@ -10,7 +10,7 @@
 # to override previous values of the variables.
 
 # Driver interface for Host AP driver
-CONFIG_DRIVER_HOSTAP=y
+#CONFIG_DRIVER_HOSTAP=y
 
 # Driver interface for wired authenticator
 #CONFIG_DRIVER_WIRED=y
index ebc4aa9..a2772c2 100644 (file)
@@ -8,6 +8,8 @@ ifneq ($(TARGET_SIMULATOR),true)
   endif
 endif
 
+ifeq ($(WPA_BUILD_HOSTAPD),true)
+
 include $(LOCAL_PATH)/.config
 
 # To ignore possible wrong network configurations
@@ -781,8 +783,6 @@ OBJS_c += src/utils/trace.c
 OBJS_c += src/utils/wpa_debug.c
 endif
 
-ifeq ($(WPA_BUILD_HOSTAPD),true)
-
 ########################
 
 include $(CLEAR_VARS)
index 69f02b6..fffb1f8 100644 (file)
@@ -25,6 +25,8 @@ ifneq ($(TARGET_SIMULATOR),true)
   endif
 endif
 
+ifeq ($(WPA_BUILD_SUPPLICANT),true)
+
 include $(LOCAL_PATH)/.config
 
 # To ignore possible wrong network configurations
@@ -1363,8 +1365,6 @@ ifndef LDO
 LDO=$(CC)
 endif
 
-ifeq ($(WPA_BUILD_SUPPLICANT),true)
-
 ########################
 
 include $(CLEAR_VARS)