This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -0,0 +1,13 @@
Import('AIC_ROOT')
Import('PRJ_KERNEL')
from building import *
cwd = GetCurrentDir()
CPPPATH = []
src = []
if GetDepend('KERNEL_RTTHREAD') and GetDepend('AIC_MMC_TEST'):
src += Glob('part.c')
group = DefineGroup('test-mmc', src, depend = [''], CPPPATH = CPPPATH)
Return('group')