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

17 lines
266 B
Python

# 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')