
This change fixes the typo error which was there while copying the blob args. Also fix typo in cam_cre_validate_acquire_res_info for plain128. CRs-Fixed: 3027075 Change-Id: Ibd163e0719e93a3159ae5cbbd84ce835e85bb8cc Signed-off-by: Vikram Sharma <vikramsa@codeaurora.org> Signed-off-by: Wyes Karny <wkarny@codeaurora.org>
16 line
426 B
Makefile
16 line
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
|