mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 01:47:22 +08:00
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../..
|
|
|
|
# you can change the RTT_ROOT default "../../.." to your rtthread_root,
|
|
# example : default "F:/git_repositories/rt-thread"
|
|
|
|
PKGS_DIR := packages
|
|
|
|
config USE_MA35D1_AARCH32
|
|
bool
|
|
default y
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
source "$(BSP_DIR)/board/Kconfig"
|