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