rt-thread/bsp/fh8620/platform/plat-v2/SConscript

14 lines
230 B
Python
Raw Normal View History

Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd, cwd + '/..']
2020-12-19 16:49:11 +08:00
group = DefineGroup('Drivers', src, depend = ['CONFIG_PLAT_V2'], CPPPATH = path)
Return('group')