rt-thread-official/libcpu/risc-v/t-head/c908/SConscript

11 lines
251 B
Python
Raw Normal View History

2024-09-20 10:17:34 +08:00
# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp') + Glob('*_gcc.S')
CPPPATH = [cwd]
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
Return('group')