summaryrefslogtreecommitdiff
path: root/drivers/ao/SCsub
diff options
context:
space:
mode:
authorAnton Yabchinskiy <arn@bestmx.ru>2014-11-20 03:11:54 +0300
committerAnton Yabchinskiy <arn@bestmx.ru>2014-11-22 13:37:24 +0300
commitc1f62a04d79acd1dab8e20829f2dcb9232de5c99 (patch)
tree464182bce2c3353dfd395583548d00127196127e /drivers/ao/SCsub
parente709468bb13e795cff72b3e87198c61c5b1a2ee7 (diff)
Import sources for libao driver (unfinished, based on dummy driver)
Diffstat (limited to 'drivers/ao/SCsub')
-rw-r--r--drivers/ao/SCsub5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ao/SCsub b/drivers/ao/SCsub
new file mode 100644
index 0000000000..9fbb467baa
--- /dev/null
+++ b/drivers/ao/SCsub
@@ -0,0 +1,5 @@
+Import('env')
+
+env.add_source_files(env.drivers_sources,"*.cpp")
+
+Export('env')