qcacld-3.0: Compile wlan_cfg.c file only in case of lithium dp

Compile wlan_cfg.c file only in case of lithium dp.

Change-Id: If86345f82ac10d26ff4493c21e6942cb33d5acf5
CRs-Fixed: 2280694
This commit is contained in:
Nirav Shah 2018-07-18 12:01:39 +05:30 committed by nshrivas
parent 808e3d4b71
commit 9272dbbcba

3
Kbuild
View File

@ -1013,7 +1013,10 @@ endif
WCFG_DIR := wlan_cfg
WCFG_INC := -I$(WLAN_COMMON_INC)/$(WCFG_DIR)
WCFG_SRC := $(WLAN_COMMON_ROOT)/$(WCFG_DIR)
ifeq ($(CONFIG_LITHIUM), y)
WCFG_OBJS := $(WCFG_SRC)/wlan_cfg.o
endif
############ OL ############
OL_DIR := core/dp/ol