aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/sconscript
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/sconscript')
-rw-r--r--drivers/base/sconscript28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/base/sconscript b/drivers/base/sconscript
new file mode 100644
index 000000000000..55b8399922b1
--- /dev/null
+++ b/drivers/base/sconscript
@@ -0,0 +1,28 @@
+#
+# (C) COPYRIGHT 2010-2014 ARM Limited. All rights reserved.
+#
+# This program is free software and is provided to you under the terms of the
+# GNU General Public License version 2 as published by the Free Software
+# Foundation, and any use by you of this program is subject to the terms
+# of such GNU licence.
+#
+# A copy of the licence is included with the program, and can also be obtained
+# from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+#
+
+
+
+if Glob('dma_buf_lock/sconscript'):
+ SConscript('dma_buf_lock/sconscript')
+
+if Glob('kds/sconscript'):
+ SConscript('kds/sconscript')
+
+if Glob('ump/sconscript'):
+ SConscript('ump/sconscript')
+
+if Glob('dma_buf_test_exporter/sconscript'):
+ SConscript('dma_buf_test_exporter/sconscript')
+