diff options
| author | HiFiPhile <[email protected]> | 2024-04-26 13:12:56 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-26 13:12:56 +0200 |
| commit | 9ef3755f0316d25864d3ac3a49a2523eabfddf8a (patch) | |
| tree | 4fb337482662308674101d5269192b7a4fe58f91 /SConscript | |
| parent | f88a5bb03b2504df272d2cd285b17e66f11dfc64 (diff) | |
| parent | 69313ef45564cc8967575f47fb8c57371cbea470 (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283
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') |
