From b158847219e96e2bcd0b662d08f32921d22a3443 Mon Sep 17 00:00:00 2001 From: uestczyh222 Date: Mon, 12 Feb 2018 11:16:40 +0800 Subject: [PATCH] [Bsp][tina]fix linux env error --- bsp/allwinner_tina/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/allwinner_tina/Kconfig b/bsp/allwinner_tina/Kconfig index fd1b6f9abd..c08133b83b 100644 --- a/bsp/allwinner_tina/Kconfig +++ b/bsp/allwinner_tina/Kconfig @@ -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 -- GitLab