Files
luban-lite/kernel/rt-thread/examples/libc/SConscript

7 lines
146 B
Python
Raw Normal View History

2023-08-28 09:48:01 +08:00
from building import *
src = Glob('*.c')
group = DefineGroup('UTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
Return('group')