Skip to content

Commit 33b40b0

Browse files
committed
drivers: virtualization: sort Kconfig and CMaKe includes
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>
1 parent 82a0368 commit 33b40b0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drivers/virtualization/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ zephyr_syscall_header(
66

77
zephyr_library()
88

9-
zephyr_library_sources_ifdef(CONFIG_IVSHMEM virt_ivshmem.c)
10-
zephyr_library_sources_ifdef(CONFIG_IVSHMEM_SHELL virt_ivshmem_shell.c)
11-
12-
zephyr_library_sources_ifdef(CONFIG_USERSPACE virt_ivshmem_handlers.c)
9+
# zephyr-keep-sorted-start
10+
zephyr_library_sources_ifdef(CONFIG_IVSHMEM virt_ivshmem.c)
11+
zephyr_library_sources_ifdef(CONFIG_IVSHMEM_SHELL virt_ivshmem_shell.c)
12+
zephyr_library_sources_ifdef(CONFIG_USERSPACE virt_ivshmem_handlers.c)
13+
# zephyr-keep-sorted-stop

0 commit comments

Comments
 (0)