19 lines
355 B
Plaintext
Raw Normal View History

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../../..
2023-01-08 21:14:23 -05:00
# you can change the RTT_ROOT default "../../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"
PKGS_DIR := packages
config USE_MA35D1_SUBM
bool
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
source "$(BSP_DIR)/board/Kconfig"