mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 17:29:23 +08:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
menu "RT-Thread Components"
|
|
|
|
source "$RTT_DIR/components/finsh/KConfig"
|
|
|
|
source "$RTT_DIR/components/dfs/KConfig"
|
|
|
|
source "$RTT_DIR/components/drivers/KConfig"
|
|
|
|
source "$RTT_DIR/components/libc/KConfig"
|
|
|
|
source "$RTT_DIR/components/net/KConfig"
|
|
|
|
endmenu
|