4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 18:37:21 +08:00

16 lines
229 B
Plaintext
Raw Normal View History

2021-11-01 14:56:23 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2021-11-01 14:56:23 +08:00
RTT_DIR := ../../..
2021-11-01 14:56:23 +08:00
PKGS_DIR := packages
2023-01-08 21:14:23 -05:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
if !RT_USING_NANO
rsource "board/Kconfig"
endif