Files
luban-lite-t3e-pro/kernel/common/osal/SConscript
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

12 lines
232 B
Python

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