瀏覽代碼

qcacld-3.0: Add new file in bazal stats to compile

Update bazel script with wlan_cp_stats_chipset_stats.c src
file to include it in the compilation

Change-Id: I9f92db2856f14c146b2ea111be0e0f2f0ce8fc19
CRs-Fixed: 3783012
Prasanna JS 1 年之前
父節點
當前提交
499e272c51
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      wlan_qcacld3_modules.bzl

+ 5 - 0
wlan_qcacld3_modules.bzl

@@ -727,6 +727,11 @@ _conditional_srcs = {
             "os_if/cp_stats/src/wlan_cfg80211_mc_cp_stats.c",
         ],
     },
+    "CONFIG_WLAN_CHIPSET_STATS": {
+        True: [
+            "cmn/umac/cp_stats/core/src/wlan_cp_stats_chipset_stats.c",
+        ],
+    },
     "CONFIG_QCA_TARGET_IF_MLME": {
 	True: [
 	    "components/target_if/mlme/src/target_if_mlme.c",