|
@@ -1,8 +1,10 @@
|
|
|
# Makefile for use with Android's kernel/build system
|
|
|
|
|
|
-KBUILD_OPTIONS += CAMERA_KERNEL_ROOT=$(shell pwd)
|
|
|
+KBUILD_OPTIONS += CAMERA_KERNEL_ROOT=$(KERNEL_SRC)/$(M)
|
|
|
KBUILD_OPTIONS += KERNEL_ROOT=$(ROOT_DIR)/$(KERNEL_DIR)
|
|
|
KBUILD_OPTIONS += MODNAME=camera
|
|
|
+KBUILD_OPTIONS += BOARD_PLATFORM=pineapple
|
|
|
+KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/mmrm-driver/Module.symvers
|
|
|
|
|
|
all: modules
|
|
|
|