mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 18:50:26 +08:00
27 lines
472 B
Plaintext
27 lines
472 B
Plaintext
|
mainmenu "RT-Thread Project Configuration"
|
||
|
|
||
|
config BSP_DIR
|
||
|
string
|
||
|
option env="BSP_ROOT"
|
||
|
default "."
|
||
|
|
||
|
config RTT_DIR
|
||
|
string
|
||
|
option env="RTT_ROOT"
|
||
|
default "../../../.."
|
||
|
|
||
|
config PKGS_DIR
|
||
|
string
|
||
|
option env="PKGS_ROOT"
|
||
|
default "packages"
|
||
|
|
||
|
config LIBRARIES_DIR
|
||
|
string
|
||
|
option env="LIBRARIES_DIR"
|
||
|
default "../../libraries"
|
||
|
|
||
|
source "$RTT_DIR/Kconfig"
|
||
|
source "$PKGS_DIR/Kconfig"
|
||
|
source "board/Kconfig"
|
||
|
source "$LIBRARIES_DIR/Kconfig"
|