mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 14:28:20 +08:00
[Kconfig] Rename all of KConfig files to 'Kconfig'
This commit is contained in:
@@ -10,17 +10,17 @@ if RT_USING_COMPONENTS_INIT
|
||||
default y
|
||||
endif
|
||||
|
||||
source "$RTT_DIR/components/cplusplus/KConfig"
|
||||
source "$RTT_DIR/components/cplusplus/Kconfig"
|
||||
|
||||
source "$RTT_DIR/components/finsh/KConfig"
|
||||
source "$RTT_DIR/components/finsh/Kconfig"
|
||||
|
||||
source "$RTT_DIR/components/dfs/KConfig"
|
||||
source "$RTT_DIR/components/dfs/Kconfig"
|
||||
|
||||
source "$RTT_DIR/components/drivers/KConfig"
|
||||
source "$RTT_DIR/components/drivers/Kconfig"
|
||||
|
||||
source "$RTT_DIR/components/libc/KConfig"
|
||||
source "$RTT_DIR/components/libc/Kconfig"
|
||||
|
||||
source "$RTT_DIR/components/net/KConfig"
|
||||
source "$RTT_DIR/components/net/Kconfig"
|
||||
|
||||
source "$RTT_DIR/components/gui/Kconfig"
|
||||
|
||||
@@ -180,7 +180,7 @@ config RT_USING_LWIP
|
||||
|
||||
endmenu
|
||||
|
||||
source "$RTT_DIR/components/net/freemodbus/KConfig"
|
||||
source "$RTT_DIR/components/net/freemodbus/Kconfig"
|
||||
|
||||
if RT_USING_LWIP
|
||||
config RT_USING_NETUTILS
|
||||
Reference in New Issue
Block a user