qcacld-3.0: Makefile: Add kbuild extra symbols

Change-Id: I8ae61ea8e40c4b840fa88c06761b1db4287547df
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
chandu078 2024-04-16 20:16:58 +05:30 committed by David Wronek
parent e203b1ed6a
commit 45874d7a07

View File

@ -38,6 +38,8 @@ KBUILD_OPTIONS += \
WLAN_CTRL_NAME=wlan
endif
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/wlan/platform/Module.symvers
all:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)