From 0e9b7d9553447272da214d3284bfed906b2f90f5 Mon Sep 17 00:00:00 2001 From: CYFS <2805686936@qq.com> Date: Sun, 23 Feb 2025 14:52:12 +0800 Subject: [PATCH] [bsp][nxp]:fix frdm-mcxa156 scons --dist err (#10024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix:frdm-mcxa156 scons --dist err --- bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py b/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py index 7c167ff37a..57840d55f4 100644 --- a/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py +++ b/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py @@ -192,7 +192,7 @@ elif PLATFORM == 'iccarm': def dist_handle(BSP_ROOT, dist_dir): cwd_path = os.getcwd() - sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools')) + sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), '..', 'tools')) from sdk_dist import dist_do_building dist_do_building(BSP_ROOT, dist_dir)