From 499e272c51e5dfe76c8ecff0f38db971465fe151 Mon Sep 17 00:00:00 2001 From: Prasanna JS Date: Thu, 28 Mar 2024 01:55:20 -0700 Subject: [PATCH] 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 --- wlan_qcacld3_modules.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wlan_qcacld3_modules.bzl b/wlan_qcacld3_modules.bzl index bec11247cb..d9a3996b43 100644 --- a/wlan_qcacld3_modules.bzl +++ b/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",