Files
luban-lite-t3e-pro/kernel/common/cmd/SConscript
刘可亮 0a13af6a1d V1.0.5
2024-06-04 19:00:30 +08:00

13 lines
244 B
Python

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