summaryrefslogtreecommitdiff
path: root/SConscript
blob: b5043f437d28879c7ab5b878aa457365a74185d2 (plain)
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')