diff options
Diffstat (limited to 'drivers/nrex/SCsub')
| -rw-r--r-- | drivers/nrex/SCsub | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/nrex/SCsub b/drivers/nrex/SCsub index a00c7b86f4..0582e01978 100644 --- a/drivers/nrex/SCsub +++ b/drivers/nrex/SCsub @@ -1,7 +1,5 @@ Import('env') -sources = [ - 'nrex.cpp', - 'regex.cpp', -] -env.add_source_files(env.drivers_sources, sources) +env.add_source_files(env.drivers_sources, "*.cpp") + +Export('env') |