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