4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-25 12:47:07 +08:00

18 lines
281 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 "board/Kconfig"
config SOC_MM32F526x
bool
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y