Import('env')
sources = [
'trex.c',
'regex.cpp',
]
env.add_source_files(env.drivers_sources, sources)