rt-thread/bsp/fh8620/platform/common/SConscript

9 lines
134 B
Python

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