4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 14:17:24 +08:00

17 lines
230 B
Plaintext
Raw Normal View History

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../../..
PKGS_DIR := packages
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
if !RT_USING_NANO
rsource "board/Kconfig"
endif