diff --git a/qcom/opensource/camera-kernel/Makefile b/qcom/opensource/camera-kernel/Makefile index 2a67c7e90f..a4410d68b3 100644 --- a/qcom/opensource/camera-kernel/Makefile +++ b/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