1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-26 17:37:05 +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')