rt-thread/bsp/gd32vf103v-eval/board/SConscript

12 lines
211 B
Python
Raw Normal View History

2019-07-24 17:03:26 +08:00
# RT-Thread building script for component
from building import *
2019-07-24 19:25:39 +08:00
cwd = GetCurrentDir()
2019-07-24 17:03:26 +08:00
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')