rt-thread/bsp/rv32m1_vega/ri5cy/board/SConscript

17 lines
266 B
Python
Raw Normal View History

2018-12-08 10:44:56 +08:00
# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Split('''
board.c
pin_mux.c
clock_config.c
fsl_host.c
''')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')