summaryrefslogtreecommitdiff
path: root/drivers/nrex/SCsub
blob: a00c7b86f4f722c2079d24e33847c76d2871d84e (plain)
1
2
3
4
5
6
7
Import('env')

sources = [
	'nrex.cpp',
	'regex.cpp',
]
env.add_source_files(env.drivers_sources, sources)