浏览代码

修复 bsp/x86 scons --pyconfig-silent 报错

zhkag 1 年之前
父节点
当前提交
0f2e586613
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      bsp/x86/Kconfig

+ 3 - 3
bsp/x86/Kconfig

@@ -1,16 +1,16 @@
 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"