Преглед изворни кода

qcacld-3.0: Makefile: Add kbuild extra symbols

Change-Id: I8ae61ea8e40c4b840fa88c06761b1db4287547df
Signed-off-by: chandu078 <[email protected]>
chandu078 пре 11 месеци
родитељ
комит
45874d7a07
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      qcom/opensource/wlan/qcacld-3.0/Makefile

+ 2 - 0
qcom/opensource/wlan/qcacld-3.0/Makefile

@@ -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)