2020-12-19 16:49:11 +08:00

9 lines
133 B
Python

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