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