|
@@ -6,6 +6,8 @@ ifneq ($(BOARD_HOSTAPD_DRIVER),)
|
|
CONFIG_DRIVER_$(BOARD_HOSTAPD_DRIVER) := y
|
|
CONFIG_DRIVER_$(BOARD_HOSTAPD_DRIVER) := y
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(WPA_BUILD_HOSTAPD),true)
|
|
|
|
+
|
|
include $(LOCAL_PATH)/.config
|
|
include $(LOCAL_PATH)/.config
|
|
|
|
|
|
# To ignore possible wrong network configurations
|
|
# To ignore possible wrong network configurations
|
|
@@ -791,8 +793,6 @@ else
|
|
OBJS_c += src/utils/edit_simple.c
|
|
OBJS_c += src/utils/edit_simple.c
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(WPA_BUILD_HOSTAPD),true)
|
|
|
|
-
|
|
|
|
########################
|
|
########################
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
include $(CLEAR_VARS)
|