[bsp][nxp] Delete mcxn947 sdk unused path.

This commit is contained in:
andeyqi 2024-06-27 14:39:01 +08:00 committed by Meco Man
parent e69a7ccfa3
commit 840eef1124
1 changed files with 1 additions and 1 deletions

View File

@ -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
''')