rt-thread/bsp/fh8620/libraries/driverlib/SConscript

10 lines
172 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd + '/..']
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = path)
Return('group')