mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 06:03:29 +08:00
15 lines
246 B
Plaintext
Executable File
15 lines
246 B
Plaintext
Executable File
mainmenu "RT-Thread Project Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
LIBRARIES_DIR := ../libraries
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "board/Kconfig"
|
|
source "$(LIBRARIES_DIR)/Kconfig"
|