
Support compilation for new code base. Add new mk file. CRs-Fixed: 2887030 Change-Id: I4ac920f44aa6913c09045e0ae84ed3558a2b4832 Signed-off-by: Wyes Karny <wkarny@codeaurora.org>
14 строки
366 B
Makefile
14 строки
366 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_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_SENSOR=1
|