|
@@ -32,6 +32,7 @@ ifneq ($(ANDROID_BUILD_TOP),)
|
|
|
endif
|
|
|
endif
|
|
|
|
|
|
+include $(WLAN_ROOT)/configs/$(CONFIG_QCA_CLD_WLAN_PROFILE)_defconfig
|
|
|
|
|
|
# add configurations in WLAN_CFG_OVERRIDE
|
|
|
ifneq ($(WLAN_CFG_OVERRIDE),)
|
|
@@ -45,8 +46,6 @@ include $(WLAN_CFG_OVERRIDE_FILE)
|
|
|
$(warning "Overriding WLAN config with: $(shell cat $(WLAN_CFG_OVERRIDE_FILE))")
|
|
|
endif
|
|
|
|
|
|
-include $(WLAN_ROOT)/configs/$(CONFIG_QCA_CLD_WLAN_PROFILE)_defconfig
|
|
|
-
|
|
|
############ UAPI ############
|
|
|
UAPI_DIR := uapi
|
|
|
UAPI_INC := -I$(WLAN_ROOT)/$(UAPI_DIR)/linux
|