[Kconfig] Rename all of KConfig files to 'Kconfig'

This commit is contained in:
Bernard Xiong
2017-11-30 20:12:53 +08:00
parent 89afad784c
commit 7bc87e4ae8
26 changed files with 44 additions and 91 deletions
+6 -6
View File
@@ -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