mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
[all BSP]fix kconfig file syntax error
This commit is contained in:
+3
-3
@@ -1,17 +1,17 @@
|
||||
mainmenu "RT-Thread Configuration"
|
||||
|
||||
|
||||
config $BSP_DIR
|
||||
config BSP_DIR
|
||||
string
|
||||
option env="BSP_ROOT"
|
||||
default "."
|
||||
|
||||
config $RTT_DIR
|
||||
config RTT_DIR
|
||||
string
|
||||
option env="RTT_ROOT"
|
||||
default "../.."
|
||||
|
||||
config $PKGS_DIR
|
||||
config PKGS_DIR
|
||||
string
|
||||
option env="PKGS_ROOT"
|
||||
default "packages"
|
||||
|
||||
Reference in New Issue
Block a user