1 2 3 4 5 6 7 8 9 10 11
# RT-Thread building script for bridge import os from building import * objs = [] cwd = GetCurrentDir() objs = objs + SConscript(cwd + '/lib/rt-thread/SConscript') Return('objs')