G-CAMS-DATU/rt-thread/components/lwp/arch/risc-v/rv64/SConscript

12 lines
249 B
Python
Raw Normal View History

2024-05-13 08:08:47 +00:00
# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.S')
CPPPATH = [cwd]
group = DefineGroup('lwp-riscv', src, depend = ['RT_USING_SMART'], CPPPATH = CPPPATH)
Return('group')