xiuos3/Ubiquitous/RT_Thread/drivers/rw007/SConscript

8 lines
148 B
Python

Import('RTT_ROOT')
from building import *
cwd = GetCurrentDir()
objs = SConscript(os.path.join(cwd, 'rw007-source', 'SConscript'))
Return('objs')