Use the "zephyr-keep-sorted-start/stop" comment to have CI check the alphabetical order of includes, to help reducing the chance of conflicts while contributing drivers. Signed-off-by: Josuah Demangeon <me@josuah.net>
11 lines
453 B
CMake
11 lines
453 B
CMake
zephyr_sources_ifdef(CONFIG_MIPI_DSI mipi_dsi.c)
|
|
|
|
# zephyr-keep-sorted-start
|
|
zephyr_sources_ifdef(CONFIG_MIPI_DSI_MCUX dsi_mcux.c)
|
|
zephyr_sources_ifdef(CONFIG_MIPI_DSI_MCUX_2L dsi_mcux_2l.c)
|
|
zephyr_sources_ifdef(CONFIG_MIPI_DSI_NXP_DWC dsi_nxp_dwc.c)
|
|
zephyr_sources_ifdef(CONFIG_MIPI_DSI_RENESAS_RA dsi_renesas_ra.c)
|
|
zephyr_sources_ifdef(CONFIG_MIPI_DSI_STM32 dsi_stm32.c)
|
|
zephyr_sources_ifdef(CONFIG_MIPI_DSI_TEST dsi_test.c)
|
|
# zephyr-keep-sorted-stop
|