Files
luban-lite-t3e-pro/kernel/common/cmd/SConscript
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

13 lines
230 B
Python

Import('AIC_ROOT')
Import('PRJ_KERNEL')
from building import *
src = Glob('*.c')
cwd = GetCurrentDir()
CPPPATH = [cwd + '/../include/', ]
group = DefineGroup('aic_debug', src, depend = [''], CPPPATH = CPPPATH)
Return('group')