Sfoglia il codice sorgente

qcacld-3.0: Add kbuild changes to add scan cfg80211 and target files

Add kbuild changes to add scan cfg80211 and target if files.

Change-Id: I0bd748bb957dc9bf79904585b346e92a2b7f4a7c
CRs-Fixed: 2013212
Abhishek Singh 8 anni fa
parent
commit
310503cd0c
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      Kbuild

+ 4 - 1
Kbuild

@@ -780,7 +780,10 @@ UMAC_SCAN_OBJS := $(UMAC_SCAN_CORE_DIR)/wlan_scan_cache_db.o \
 		$(UMAC_SCAN_CORE_DIR)/wlan_scan_manager.o \
 		$(UMAC_SCAN_DISP_DIR)/wlan_scan_tgt_api.o \
 		$(UMAC_SCAN_DISP_DIR)/wlan_scan_ucfg_api.o \
-		$(UMAC_SCAN_DISP_DIR)/wlan_scan_utils_api.o
+		$(UMAC_SCAN_DISP_DIR)/wlan_scan_utils_api.o \
+		$(WLAN_COMMON_ROOT)/os_if/linux/scan/src/wlan_cfg80211_scan.o \
+		$(WLAN_COMMON_ROOT)/os_if/linux/wlan_cfg80211.o \
+		$(WLAN_COMMON_ROOT)/target_if/scan/src/target_if_scan.o
 
 ############# UMAC_CMN_SERVICES ############
 UMAC_COMMON_INC := -I$(WLAN_COMMON_INC)/umac/cmn_services/cmn_defs/inc \