Skip to content

Commit 7ac5797

Browse files
committed
posix: options: add keep-sorted-start and -stop
Add zephyr-keep-sorted-start and zephyr-keep-sorted-stop comments. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 135b1d5 commit 7ac5797

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/posix/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3+
# zephyr-keep-sorted-start
34
add_subdirectory_ifdef(CONFIG_EVENTFD eventfd)
45
add_subdirectory_ifdef(CONFIG_POSIX_C_LANG_SUPPORT_R c_lang_support_r)
56
add_subdirectory_ifdef(CONFIG_POSIX_C_LIB_EXT c_lib_ext)
67
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)
78
add_subdirectory_ifdef(CONFIG_POSIX_SYSTEM_INTERFACES options)
9+
# zephyr-keep-sorted-stop

lib/posix/options/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7+
# zephyr-keep-sorted-start
78
rsource "Kconfig.aio"
89
rsource "Kconfig.barrier"
910
rsource "Kconfig.device_io"
@@ -23,13 +24,16 @@ rsource "Kconfig.signal"
2324
rsource "Kconfig.spinlock"
2425
rsource "Kconfig.sync_io"
2526
rsource "Kconfig.timer"
27+
# zephyr-keep-sorted-stop
2628

2729
menu "X/Open system interfaces"
2830

31+
# zephyr-keep-sorted-start
2932
rsource "Kconfig.xsi_realtime"
3033
rsource "Kconfig.xsi_single_process"
3134
rsource "Kconfig.xsi_streams"
3235
rsource "Kconfig.xsi_system_logging"
3336
rsource "Kconfig.xsi_threads_ext"
37+
# zephyr-keep-sorted-stop
3438

3539
endmenu # "X/Open system interfaces"

0 commit comments

Comments
 (0)