소스 검색

eva-kernel: Makefile: Add kbuild extra symbols

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

+ 2 - 0
qcom/opensource/eva-kernel/Makefile

@@ -1,5 +1,7 @@
 KBUILD_OPTIONS+= EVA_ROOT=$(KERNEL_SRC)/$(M)
 
+KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/mmrm-driver/Module.symvers
+
 all:
 	$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)