1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-30 13:20:33 +00:00
tinyusb/SConscript

12 lines
184 B
Python

# RT-Thread building script for bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
objs = objs + SConscript(cwd + '/lib/rt-thread/SConscript')
Return('objs')