소스 검색

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

andeyqi 10 달 전
부모
커밋
840eef1124
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/nxp/mcx/mcxn/Libraries/MCXN947/SConscript

+ 1 - 1
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
             ''')