8 lines
129 B
Python
Raw Normal View History

# for module compiling
import os
Import('RTT_ROOT')
objs = SConscript('ftk/src/os/rt-thread/SConscript')
Return('objs')