4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 20:17:35 +08:00

13 lines
174 B
Plaintext
Raw Normal View History

2022-12-28 08:44:20 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2022-12-28 08:44:20 +08:00
RTT_DIR := ../../..
2022-12-28 08:44:20 +08:00
PKGS_DIR := packages
2023-01-08 21:14:23 -05:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "board/Kconfig"
2022-12-28 08:44:20 +08:00