4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 20:10:23 +08:00

9 lines
155 B
Python
Raw Normal View History

Import('env')
src_local = Glob('*.c')
# The set of source files associated with this SConscript file.
obj = env.Object(src_local)
Return('obj')