diff options
| author | HiFiPhile <[email protected]> | 2024-05-07 12:32:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-07 12:32:28 +0200 |
| commit | 4abdfc10f5a4cca19a614133655c64fec5752eb0 (patch) | |
| tree | f79aa084a42438667b5e26b588a6f794c9ad1608 /SConscript | |
| parent | 798ff807b3361a5859945cb23c3d0fd7d1a5679f (diff) | |
| parent | e5b6f93df35d7ac413ca405e67a6c9d8c79b680d (diff) | |
Merge branch 'master' into remove-tud_network_link_state_cb
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') |
