4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-04 11:44:34 +08:00

14 lines
195 B
Plaintext
Raw Normal View History

2021-09-22 17:14:47 +08:00
mainmenu "RT-Thread Project Configuration"
BSP_DIR := .
2021-09-22 17:14:47 +08:00
RTT_DIR := ../../..
2021-09-22 17:14:47 +08:00
PKGS_DIR := packages
2021-09-22 17:14:47 +08:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
2021-09-22 17:14:47 +08:00
source "$(BSP_DIR)/drivers/Kconfig"
2021-09-22 17:14:47 +08:00