4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 22:52:17 +08:00

Merge pull request #1222 from uestczyh222/master

[Bsp][tina]fix linux env error
This commit is contained in:
ZYH 2018-02-12 11:17:34 +08:00 committed by GitHub
commit 76a0cc9b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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