git-subtree-dir: qcom/opensource/camera-kernel git-subtree-mainline:7870029999
git-subtree-split:e28c84a699
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel tag: CAMERA.LA.4.0.r2-07000-lanai.0
11 lines
241 B
Makefile
11 lines
241 B
Makefile
CAMERA_DLKM_ENABLED := true
|
|
ifeq ($(TARGET_KERNEL_DLKM_DISABLE), true)
|
|
ifeq ($(TARGET_KERNEL_DLKM_CAMERA_OVERRIDE), false)
|
|
CAMERA_DLKM_ENABLED := false;
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(CAMERA_DLKM_ENABLED),true)
|
|
PRODUCT_PACKAGES += camera.ko
|
|
endif
|