diff options
| author | HiFiPhile <[email protected]> | 2024-04-29 22:22:59 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-29 22:22:59 +0200 |
| commit | bf1540af4c3a57245b946c8622454c05e7fc098e (patch) | |
| tree | 9ed0573097d821696b8775e4826cd555b26bdb1b /SConscript | |
| parent | cba327fc384ae730287b0ab620d1f7ef50b0da3b (diff) | |
| parent | 1c04d5992a020aefe16ffb2acce62d84d4899395 (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2132
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') |
