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

cwd = os.path.join(str(Dir('#')), 'drivers')

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

CPPPATH = [cwd]

group = DefineGroup('isp3', src, depend = ['RT_USING_ISP3'], CPPPATH = CPPPATH)

Return('group')
