4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-03 06:04:35 +08:00

10 lines
193 B
Python
Raw Normal View History

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