mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 05:04:10 +08:00
除了bsp之外的Kconfig使用rsource替代source
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
menu "Network"
|
||||
|
||||
source "$RTT_DIR/components/net/sal/Kconfig"
|
||||
source "$RTT_DIR/components/net/netdev/Kconfig"
|
||||
source "$RTT_DIR/components/net/lwip/Kconfig"
|
||||
source "$RTT_DIR/components/net/at/Kconfig"
|
||||
rsource "sal/Kconfig"
|
||||
rsource "netdev/Kconfig"
|
||||
rsource "lwip/Kconfig"
|
||||
rsource "at/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user