git-subtree-dir: qcom/opensource/camera-kernel git-subtree-mainline:4771641151git-subtree-split:8957258761repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel tag: CAMERA.LA.2.0.r1-11200-WAIPIO.0 Change-Id: I2f798280c2fbe41289fe71c93ad76acef2ecac25
9 lines
248 B
Makefile
9 lines
248 B
Makefile
# Build camera kernel driver
|
|
ifneq ($(TARGET_USES_QMAA),true)
|
|
ifneq ($(TARGET_BOARD_AUTO),true)
|
|
ifeq ($(call is-board-platform-in-list,$(TARGET_BOARD_PLATFORM)),true)
|
|
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/camera.ko
|
|
endif
|
|
endif
|
|
endif
|