
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
20 lines
521 B
Makefile
20 lines
521 B
Makefile
# Settings for compiling waipio camera architecture
|
|
|
|
# Localized KCONFIG settings
|
|
CONFIG_SPECTRA_ISP := y
|
|
CONFIG_SPECTRA_ICP := y
|
|
CONFIG_SPECTRA_JPEG := y
|
|
CONFIG_SPECTRA_SENSOR := y
|
|
|
|
# Flags to pass into C preprocessor
|
|
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
|
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
|
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|
|
|
|
# External Dependencies
|
|
KBUILD_CPPFLAGS += -DCONFIG_MSM_MMRM=1
|
|
ifeq ($(CONFIG_QCOM_VA_MINIDUMP), y)
|
|
KBUILD_CPPFLAGS += -DCONFIG_QCOM_VA_MINIDUMP=1
|
|
endif
|