summaryrefslogtreecommitdiff
path: root/drivers/trex/SCsub
blob: 877be8e3d9023f5c50adbd97c70267a36ade323b (plain)
1
2
3
4
5
6
7
8
9
10

Import('env')

sources = [

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