@@ -6,24 +6,26 @@ zephyr_library_sources(video_common.c)
6
6
zephyr_library_sources (video_ctrls.c )
7
7
zephyr_library_sources (video_device.c )
8
8
9
- zephyr_library_sources_ifdef (CONFIG_VIDEO_MCUX_CSI video_mcux_csi.c )
9
+ # zephyr-keep-sorted-start
10
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_EMUL_IMAGER video_emul_imager.c )
11
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_EMUL_RX video_emul_rx.c )
12
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_ESP32 video_esp32_dvp.c )
13
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_GC2145 gc2145.c )
14
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_IMX335 imx335.c )
15
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_MCUX_CSI video_mcux_csi.c )
10
16
zephyr_library_sources_ifdef (CONFIG_VIDEO_MCUX_MIPI_CSI2RX video_mcux_mipi_csi2rx.c )
17
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_MCUX_SDMA video_mcux_smartdma.c )
18
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_MT9M114 mt9m114.c )
19
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_OV2640 ov2640.c )
20
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_OV5640 ov5640.c )
21
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_OV7670 ov7670.c )
22
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_OV7725 ov7725.c )
23
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_OV9655 ov9655.c )
11
24
zephyr_library_sources_ifdef (CONFIG_VIDEO_SHELL video_shell.c )
12
- zephyr_library_sources_ifdef (CONFIG_VIDEO_SW_GENERATOR video_sw_generator.c )
13
- zephyr_library_sources_ifdef (CONFIG_VIDEO_MT9M114 mt9m114.c )
14
- zephyr_library_sources_ifdef (CONFIG_VIDEO_OV7725 ov7725.c )
15
- zephyr_library_sources_ifdef (CONFIG_VIDEO_OV2640 ov2640.c )
16
- zephyr_library_sources_ifdef (CONFIG_VIDEO_GC2145 gc2145.c )
17
- zephyr_library_sources_ifdef (CONFIG_VIDEO_STM32_DCMI video_stm32_dcmi.c )
18
- zephyr_library_sources_ifdef (CONFIG_VIDEO_OV5640 ov5640.c )
19
- zephyr_library_sources_ifdef (CONFIG_VIDEO_OV7670 ov7670.c )
20
- zephyr_library_sources_ifdef (CONFIG_VIDEO_OV9655 ov9655.c )
21
- zephyr_library_sources_ifdef (CONFIG_VIDEO_ESP32 video_esp32_dvp.c )
22
- zephyr_library_sources_ifdef (CONFIG_VIDEO_MCUX_SDMA video_mcux_smartdma.c )
23
- zephyr_library_sources_ifdef (CONFIG_VIDEO_EMUL_IMAGER video_emul_imager.c )
24
- zephyr_library_sources_ifdef (CONFIG_VIDEO_EMUL_RX video_emul_rx.c )
25
- zephyr_library_sources_ifdef (CONFIG_VIDEO_IMX335 imx335.c )
26
- zephyr_library_sources_ifdef (CONFIG_VIDEO_ST_MIPID02 video_st_mipid02.c )
27
- zephyr_library_sources_ifdef (CONFIG_VIDEO_STM32_DCMIPP video_stm32_dcmipp.c )
25
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_STM32_DCMI video_stm32_dcmi.c )
26
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_STM32_DCMIPP video_stm32_dcmipp.c )
27
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_ST_MIPID02 video_st_mipid02.c )
28
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_SW_GENERATOR video_sw_generator.c )
29
+ # zephyr-keep-sorted-stop
28
30
29
31
zephyr_linker_sources (DATA_SECTIONS video.ld )
0 commit comments