Files
chandu078 ef39d06a14 Add 'qcom/opensource/camera-kernel/' from commit 'c30185a5f1958b4b1232806a01d8b02a7c7c5de0'
git-subtree-dir: qcom/opensource/camera-kernel
git-subtree-mainline: f092959941
git-subtree-split: c30185a5f1
2025-08-03 09:08:23 +05:30

18 lines
485 B
Makefile

# Settings for compiling lito camera architecture
# Localized KCONFIG settings
CONFIG_SPECTRA_FD := y
CONFIG_SPECTRA_ISP := y
CONFIG_SPECTRA_ICP := y
CONFIG_SPECTRA_JPEG := y
CONFIG_SPECTRA_LRME := 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_LRME=1
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1