Adds support for camera kernel driver source being moved to Vendor SI. CRs-Fixed: 2835738 Change-Id: Ibb876edb1284bc77c366c3ef9e1ee9a39981c960 Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
16 lines
423 B
Makefile
16 lines
423 B
Makefile
# Settings for compiling kona camera architecture
|
|
|
|
# Localized KCONFIG settings
|
|
CONFIG_SPECTRA_FD := y
|
|
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_FD=1
|
|
ccflags-y += -DCONFIG_SPECTRA_ISP=1
|
|
ccflags-y += -DCONFIG_SPECTRA_ICP=1
|
|
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
|
|
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
|