4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-12 02:59:08 +08:00
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')