4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 19:27:22 +08:00

18 lines
233 B
Plaintext

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../..
PKGS_DIR := packages
ENV_DIR := /
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
config SOC_LM4F232
bool
select ARCH_ARM_CORTEX_M4
default y