Sign in
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
b8cea4ad766ea40de88fdaa28c19e69f5bc25f9d
/
.
/
SConscript
blob: b5043f437d28879c7ab5b878aa457365a74185d2 [
file
]
# RT-Thread building script for bridge
import
os
from
building
import
*
objs
=
[]
cwd
=
GetCurrentDir
()
objs
=
objs
+
SConscript
(
cwd
+
'/lib/rt-thread/SConscript'
)
Return
(
'objs'
)