Эх сурвалжийг харах

camera-kernel: Makefile: Add kbuild extra symbols

Change-Id: I3cb257dc87f6a71d10dd4ee16aa2e146a283fb0d
Signed-off-by: chandu078 <[email protected]>
chandu078 1 жил өмнө
parent
commit
7d853a00e3

+ 4 - 1
qcom/opensource/camera-kernel/Makefile

@@ -4,7 +4,10 @@ KBUILD_OPTIONS += CAMERA_KERNEL_ROOT=$(KERNEL_SRC)/$(M)
 KBUILD_OPTIONS += KERNEL_ROOT=$(KERNEL_SRC)
 KBUILD_OPTIONS += MODNAME=camera
 KBUILD_OPTIONS += BOARD_PLATFORM=pineapple
-KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/mmrm-driver/Module.symvers
+
+KBUILD_EXTRA_SYMBOLS := \
+    $(OUT_DIR)/../sm8650-modules/qcom/opensource/mmrm-driver/Module.symvers \
+    $(OUT_DIR)/../sm8650-modules/qcom/opensource/securemsm-kernel/Module.symvers
 
 all: modules