u8g2-copy/SConscript

10 lines
144 B
Python
Raw Normal View History

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')