Import('RTT_ROOT')
Import('rtconfig')
from building import *

cwd = GetCurrentDir()

# add the general drvers.
src = Glob("*.c")

CPPPATH = [cwd]

group = DefineGroup('isp', src, depend = ['RT_USING_ISP'], CPPPATH = CPPPATH)

Return('group')
