Parcourir la source

Merge pull request #1222 from uestczyh222/master

[Bsp][tina]fix linux env error
ZYH il y a 8 ans
Parent
commit
76a0cc9b58
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      bsp/allwinner_tina/Kconfig

+ 2 - 2
bsp/allwinner_tina/Kconfig

@@ -18,8 +18,8 @@ config $PKGS_DIR
     option env="PKGS_ROOT"
     option env="PKGS_ROOT"
     default "packages"
     default "packages"
 
 
-source "$RTT_DIR/KConfig"
-source "$PKGS_DIR/KConfig"
+source "$RTT_DIR/Kconfig"
+source "$PKGS_DIR/Kconfig"
 
 
 config SOC_TINA
 config SOC_TINA
     bool 
     bool