diff options
| author | HiFiPhile <[email protected]> | 2024-04-28 19:44:10 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-28 19:46:00 +0200 |
| commit | a29852320a519c34878797a3e0d6a6a8f2e44d6e (patch) | |
| tree | fbc4d64c3a3b296dd49e65e7df3892299a37c49c /SConscript | |
| parent | f1d3663d24f04dbb68732f8287c516abd0b7ecfb (diff) | |
| parent | 1c04d5992a020aefe16ffb2acce62d84d4899395 (diff) | |
Merge remote-tracking branch 'upstream/master' into pr/2227
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') |
