xiuos/Ubiquitous/RT_Thread/drivers/ov2640/SConscript

8 lines
149 B
Python

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