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
This commit is contained in:
Prasanna JS
2024-03-28 01:55:20 -07:00
committed by Ravindra Konda
parent 31038a49b0
commit 499e272c51

View File

@@ -727,6 +727,11 @@ _conditional_srcs = {
"os_if/cp_stats/src/wlan_cfg80211_mc_cp_stats.c", "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": { "CONFIG_QCA_TARGET_IF_MLME": {
True: [ True: [
"components/target_if/mlme/src/target_if_mlme.c", "components/target_if/mlme/src/target_if_mlme.c",