From 840eef1124c0f8bfefb786ea92f1041ca80cf22d Mon Sep 17 00:00:00 2001 From: andeyqi Date: Thu, 27 Jun 2024 14:39:01 +0800 Subject: [PATCH] [bsp][nxp] Delete mcxn947 sdk unused path. --- bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript b/bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript index 334fdfe016..1fef0cf290 100644 --- a/bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript +++ b/bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript @@ -2,7 +2,7 @@ Import('rtconfig') from building import * cwd = GetCurrentDir() -path = [cwd + '/../CMSIS/Core/Include',cwd + '/components/codec', cwd + '/MCXN947', cwd + '/MCXN947/drivers', cwd + '/middleware/sdmmc/inc', cwd + '/middleware/sdmmc/port'] +path = [cwd + '/../CMSIS/Core/Include', cwd + '/MCXN947', cwd + '/MCXN947/drivers'] src = Split(''' MCXN947/system_MCXN947_cm33_core0.c ''')