diff options
| author | HiFiPhile <[email protected]> | 2024-04-26 17:57:53 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-26 17:57:53 +0200 |
| commit | 268cc19f4448438c77f1c4a6a79f1dc9881796c1 (patch) | |
| tree | 0135f047c9c45189d765440efe10492b28bdcff9 /SConscript | |
| parent | 4af67dd0078009c1378612440afd5806e84a81c7 (diff) | |
| parent | 085bd3c9d5948e7938e00e3a0c13fa63e9f7f3d4 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/SConscript b/SConscript new file mode 100644 index 000000000..b5043f437 --- /dev/null +++ b/SConscript @@ -0,0 +1,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') |
