mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 11:23:31 +08:00
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "drivers/Kconfig"
|