u8g2-copy/SConscript

12 lines
184 B
Python
Raw Permalink Normal View History

# RT-Thread building script for bridge
import os
2021-08-04 01:25:47 +08:00
from building import *
objs = []
cwd = GetCurrentDir()
2021-08-05 03:19:24 +08:00
objs = objs + SConscript(cwd + '/sys/rt-thread/SConscript')
2021-08-05 03:19:24 +08:00
Return('objs')