rt-thread/libcpu/arc/common/SConscript
2020-11-20 13:38:11 +08:00

11 lines
174 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Libcpu', src, depend = [], CPPPATH = CPPPATH)
Return('group')