4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 18:03:31 +08:00

[BSP][ls1c]Modify kconfig RTT_DIR

This commit is contained in:
sundm75 2018-02-09 10:02:25 +08:00
parent d8b85925e7
commit 8c38597cdc

View File

@ -1,6 +1,5 @@
mainmenu "RT-Thread Configuration" mainmenu "RT-Thread Configuration"
config $BSP_DIR config $BSP_DIR
string string
option env="BSP_ROOT" option env="BSP_ROOT"
@ -9,10 +8,7 @@ config $BSP_DIR
config $RTT_DIR config $RTT_DIR
string string
option env="RTT_ROOT" option env="RTT_ROOT"
default "F:/rt-thread/rt-thread" default "../.."
# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"
config $PKGS_DIR config $PKGS_DIR
string string