Files
stm32f4_rtt_5.2.0/RT_Thread/libcpu/arc/em/SConscript
2025-06-19 21:57:12 +08:00

16 lines
258 B
Python

# RT-Thread building script for component
from building import *
Import('rtconfig')
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
src += Glob('*.S')
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
Return('group')