camera-kernel: Makefile: Add kbuild extra symbols

Change-Id: I3cb257dc87f6a71d10dd4ee16aa2e146a283fb0d
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
chandu078 2024-04-16 21:47:20 +05:30 committed by David Wronek
parent 9867c4b27c
commit 7d853a00e3

View File

@ -4,7 +4,10 @@ KBUILD_OPTIONS += CAMERA_KERNEL_ROOT=$(KERNEL_SRC)/$(M)
KBUILD_OPTIONS += KERNEL_ROOT=$(KERNEL_SRC) KBUILD_OPTIONS += KERNEL_ROOT=$(KERNEL_SRC)
KBUILD_OPTIONS += MODNAME=camera KBUILD_OPTIONS += MODNAME=camera
KBUILD_OPTIONS += BOARD_PLATFORM=pineapple 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 all: modules