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

16 lines
233 B
Plaintext
Raw Normal View History

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