Quellcode durchsuchen

wlan: qcacld-3.0: Makefile: Add kbuild extra symbols

Signed-off-by: chandu078 <[email protected]>
chandu078 vor 10 Monaten
Ursprung
Commit
28f31d2314
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      qcom/opensource/wlan/qcacld-3.0/Makefile

+ 3 - 1
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)