4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-01 05:30:25 +08:00

12 lines
172 B
Plaintext
Raw Normal View History

2022-07-03 21:40:12 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2022-07-03 21:40:12 +08:00
RTT_DIR := ../..
2022-07-03 21:40:12 +08:00
PKGS_DIR := packages
2022-07-03 21:40:12 +08:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "drivers/Kconfig"