除了bsp之外的Kconfig使用rsource替代source

This commit is contained in:
latercomer
2024-06-11 12:13:25 +08:00
committed by Rbb666
parent 59193dfeeb
commit d58c29d23e
12 changed files with 66 additions and 66 deletions

View File

@@ -9,8 +9,8 @@ config RT_USING_EXTERNAL_LIBC
RT_USING_EXTERNAL_LIBC in software package's Kconfig
This option is not available for users to select.
source "$RTT_DIR/components/libc/compilers/common/Kconfig"
source "$RTT_DIR/components/libc/posix/Kconfig"
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
rsource "compilers/common/Kconfig"
rsource "posix/Kconfig"
rsource "cplusplus/Kconfig"
endmenu

View File

@@ -115,6 +115,6 @@ if RT_USING_MODULE
default n
endif
source "$RTT_DIR/components/libc/posix/ipc/Kconfig"
rsource "ipc/Kconfig"
endmenu