qcacld-3.0: Remove CONFIG_QCA6390_11AX flag

Remove CONFIG_QCA6390_11AX flag as QCA6390 is
11AX enabled by default.

Change-Id: Ie2e2ee446bfc0c67fdbeec2ec30dc1c97cfa5dee
CRs-Fixed: 2292042
This commit is contained in:
Venkata Sharath Chandra Manchala
2018-07-18 12:27:54 -07:00
committed by nshrivas
父節點 b6441f2c72
當前提交 36199cb087

17
Kbuild
查看文件

@@ -1490,15 +1490,18 @@ ifeq ($(CONFIG_HIF_USB), y)
PLD_OBJS += $(PLD_SRC_DIR)/pld_usb.o
endif
TARGET_INC := -I$(WLAN_ROOT)/../fw-api/fw
ifeq ($(CONFIG_CNSS_QCA6290), y)
ifeq ($(CONFIG_QCA6290_11AX), y)
TARGET_INC := -I$(WLAN_ROOT)/../fw-api/hw/qca6290/11ax/v2 \
-I$(WLAN_ROOT)/../fw-api/fw
else ifeq ($(CONFIG_QCA6390_11AX), y)
TARGET_INC := -I$(WLAN_ROOT)/../fw-api/hw/qca6390/v1 \
-I$(WLAN_ROOT)/../fw-api/fw
TARGET_INC += -I$(WLAN_ROOT)/../fw-api/hw/qca6290/11ax/v2
else
TARGET_INC := -I$(WLAN_ROOT)/../fw-api/hw/qca6290/v2 \
-I$(WLAN_ROOT)/../fw-api/fw
TARGET_INC += -I$(WLAN_ROOT)/../fw-api/hw/qca6290/v2
endif
endif
ifeq ($(CONFIG_CNSS_QCA6390), y)
TARGET_INC += -I$(WLAN_ROOT)/../fw-api/hw/qca6390/v1
endif
LINUX_INC := -Iinclude