mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 01:02:50 +08:00
除了bsp之外的Kconfig使用rsource替代source
This commit is contained in:
@@ -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
|
||||
|
@@ -115,6 +115,6 @@ if RT_USING_MODULE
|
||||
default n
|
||||
endif
|
||||
|
||||
source "$RTT_DIR/components/libc/posix/ipc/Kconfig"
|
||||
rsource "ipc/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user