4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 11:33:31 +08:00

12 lines
190 B
Plaintext
Raw Normal View History

2017-09-19 12:14:52 +08:00
mainmenu "RT-Thread Project Configuration"
BSP_DIR := .
2017-09-19 12:14:52 +08:00
RTT_DIR := ../..
2017-09-19 12:14:52 +08:00
PKGS_DIR := packages
2017-09-19 12:14:52 +08:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
source "$(BSP_DIR)/drivers/Kconfig"