summaryrefslogtreecommitdiff
path: root/drivers/ao/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ao/SCsub')
-rw-r--r--drivers/ao/SCsub5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ao/SCsub b/drivers/ao/SCsub
deleted file mode 100644
index 9fbb467baa..0000000000
--- a/drivers/ao/SCsub
+++ /dev/null
@@ -1,5 +0,0 @@
-Import('env')
-
-env.add_source_files(env.drivers_sources,"*.cpp")
-
-Export('env')