소스 검색

camera-kernel: Makefile: Add kbuild extra symbols

Change-Id: I3cb257dc87f6a71d10dd4ee16aa2e146a283fb0d
Signed-off-by: chandu078 <[email protected]>
chandu078 1 년 전
부모
커밋
7d853a00e3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      qcom/opensource/camera-kernel/Makefile

+ 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