11 lines
287 B
Makefile
11 lines
287 B
Makefile
# Settings for compiling waipio camera architecture
|
|
|
|
# Localized KCONFIG settings
|
|
|
|
CONFIG_CAM_SENSOR_PROBE_DEBUG := y
|
|
|
|
CONFIG_CAM_CSI_CONDITIONAL_AUX := y
|
|
|
|
# Flags to pass into C preprocessor
|
|
ccflags-y += -DCONFIG_CAM_SENSOR_PROBE_DEBUG=1
|
|
ccflags-y += -DCONFIG_CAM_CSI_CONDITIONAL_AUX=1
|