rt-thread-official/bsp/ls1cdev/drivers/SConscript

11 lines
169 B
Python
Raw Normal View History

2015-07-09 07:38:07 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')