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