From 28f31d231431fb5fc9e838bcb1233bfe329052bc Mon Sep 17 00:00:00 2001 From: chandu078 Date: Mon, 22 Apr 2024 17:47:50 +0530 Subject: [PATCH] wlan: qcacld-3.0: Makefile: Add kbuild extra symbols Signed-off-by: chandu078 --- qcom/opensource/wlan/qcacld-3.0/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qcom/opensource/wlan/qcacld-3.0/Makefile b/qcom/opensource/wlan/qcacld-3.0/Makefile index 786e6cd144..a6280872ec 100644 --- a/qcom/opensource/wlan/qcacld-3.0/Makefile +++ b/qcom/opensource/wlan/qcacld-3.0/Makefile @@ -38,7 +38,9 @@ KBUILD_OPTIONS += \ WLAN_CTRL_NAME=wlan endif -KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/wlan/platform/Module.symvers +KBUILD_EXTRA_SYMBOLS := \ + $(OUT_DIR)/../sm8650-modules/qcom/opensource/wlan/platform/Module.symvers \ + $(OUT_DIR)/../sm8650-modules/qcom/opensource/dataipa/drivers/platform/msm/Module.symvers all: $(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)