aboutsummaryrefslogtreecommitdiff
path: root/drivers/nrex/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nrex/SCsub')
-rw-r--r--drivers/nrex/SCsub7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/nrex/SCsub b/drivers/nrex/SCsub
deleted file mode 100644
index ee39fd263..000000000
--- a/drivers/nrex/SCsub
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python
-
-Import('env')
-
-env.add_source_files(env.drivers_sources, "*.cpp")
-
-Export('env')