rt-thread/bsp/gkipc/libraries/drv/710X/gh/src/SConscript

10 lines
202 B
Python
Raw Normal View History

2018-03-04 08:21:19 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd + '/..', cwd + '/../inc', cwd + '/../../inc']
group = DefineGroup('gh', src, depend = [''], CPPPATH = path)
Return('group')