mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 15:43:31 +08:00
0f8f0620c3
The upper/lower case matters under *nix
19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
config SOC_MCX
|
|
bool
|
|
select ARCH_ARM_CORTEX_M33
|
|
select ARCH_ARM_CORTEX_SECURE
|
|
default y
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "../Libraries/Kconfig"
|
|
rsource "board/Kconfig"
|