diff --git a/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py b/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py index d33db80d7ca..3e88e55947a 100644 --- a/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py +++ b/bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py @@ -192,7 +192,7 @@ 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)