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