This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

View File

@@ -8,7 +8,10 @@ CPPPATH = [cwd]
src = []
if GetDepend('AIC_ENV_INTERFACE'):
src = Glob('*.c')
src += Glob('env.c')
if GetDepend('AIC_AB_SYSTEM_INTERFACE') and not GetDepend('AIC_BOOTLOADER'):
src += Glob('absystem_os.c')
group = DefineGroup('env', src, depend = [''], CPPPATH = CPPPATH)