mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 01:17:44 +08:00
16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
mainmenu "RT-Thread Project Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
|
|
config SOC_LPC2148
|
|
bool
|
|
select ARCH_ARM
|
|
default y
|