File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
+ # zephyr-keep-sorted-start
3
4
add_subdirectory_ifdef(CONFIG_EVENTFD eventfd)
4
5
add_subdirectory_ifdef(CONFIG_POSIX_C_LANG_SUPPORT_R c_lang_support_r)
5
6
add_subdirectory_ifdef(CONFIG_POSIX_C_LIB_EXT c_lib_ext)
6
7
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)
7
8
add_subdirectory_ifdef(CONFIG_POSIX_SYSTEM_INTERFACES options )
9
+ # zephyr-keep-sorted-stop
Original file line number Diff line number Diff line change 4
4
#
5
5
# SPDX-License-Identifier: Apache-2.0
6
6
7
+ # zephyr-keep-sorted-start
7
8
rsource "Kconfig.aio"
8
9
rsource "Kconfig.barrier"
9
10
rsource "Kconfig.device_io"
@@ -23,14 +24,17 @@ rsource "Kconfig.signal"
23
24
rsource "Kconfig.spinlock"
24
25
rsource "Kconfig.sync_io"
25
26
rsource "Kconfig.timer"
27
+ # zephyr-keep-sorted-stop
26
28
27
29
menu "X/Open system interfaces"
28
30
31
+ # zephyr-keep-sorted-start
29
32
rsource "Kconfig.xsi_realtime"
30
33
rsource "Kconfig.xsi_single_process"
31
34
rsource "Kconfig.xsi_streams"
32
35
rsource "Kconfig.xsi_system_logging"
33
36
rsource "Kconfig.xsi_threads_ext"
37
+ # zephyr-keep-sorted-stop
34
38
35
39
endmenu # "X/Open system interfaces"
36
40
You can’t perform that action at this time.
0 commit comments