mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 13:03:32 +08:00
19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
mainmenu "RT-Thread Project Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "board/Kconfig"
|
|
|
|
config BOARD_BLUETRUM_EVB
|
|
bool
|
|
select RT_USING_COMPONENTS_INIT
|
|
select RT_USING_USER_MAIN
|
|
default y
|
|
|