2019-07-01 20:41:19 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-07-06 00:14:57 +08:00
|
|
|
add_subdirectory(sensor)
|
|
|
|
|
2019-07-01 20:41:19 +08:00
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources(video_common.c)
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_VIDEO_MCUX_CSI video_mcux_csi.c)
|
2019-08-29 00:53:00 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_VIDEO_SW_GENERATOR video_sw_generator.c)
|