This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -5,7 +5,7 @@ from building import *
cwd = GetCurrentDir()
CPPPATH = []
src = []
if GetDepend('AIC_WDT_DRV_TEST'):
if GetDepend('AIC_WDT_DRV_TEST') and GetDepend('RT_USING_FINSH'):
src = Glob('*.c')
group = DefineGroup('test-wdt', src, depend = [''], CPPPATH = CPPPATH)