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

16 lines
426 B
Makefile

# Settings for compiling netrani camera architecture
# Localized KCONFIG settings
CONFIG_SPECTRA_ISP := y
CONFIG_SPECTRA_ICP := y
CONFIG_SPECTRA_TFE := y
CONFIG_SPECTRA_CRE := 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_TFE=1
ccflags-y += -DCONFIG_SPECTRA_CRE=1
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1