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

15 lines
181 B
Plaintext
Raw Normal View History

2021-08-21 14:10:33 +08:00
mainmenu "RT-Thread Project Configuration"
BSP_DIR := .
2021-08-21 14:10:33 +08:00
RTT_DIR := ../..
2021-08-21 14:10:33 +08:00
PKGS_DIR := packages
2021-08-21 14:10:33 +08:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "board/Kconfig"
2021-08-21 14:10:33 +08:00