aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/dma_buf_lock/src/Kbuild
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-09-09 11:43:07 +0100
committerJon Medhurst <tixy@linaro.org>2014-09-09 11:43:07 +0100
commitf9207ea744e7b7be9087d69bf28c37d0c93e5a3f (patch)
treeb9ca4ea8768b761b0acf29270e14164f9a8bc132 /drivers/base/dma_buf_lock/src/Kbuild
parent89e9e525a9f2f42e7abb853253800e6720dda26b (diff)
parentf6da7f989c4feca4a153b6797c9cdf0645def4a1 (diff)
Merge branch 'lsk-3.10-armlt-mali' into integration-lsk-3.10-juno-androidlsk-3.10-armlt-juno-20140909
Conflicts: linaro/configs/vexpress64.conf
Diffstat (limited to 'drivers/base/dma_buf_lock/src/Kbuild')
-rw-r--r--drivers/base/dma_buf_lock/src/Kbuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/base/dma_buf_lock/src/Kbuild b/drivers/base/dma_buf_lock/src/Kbuild
new file mode 100644
index 000000000000..68dad07ad607
--- /dev/null
+++ b/drivers/base/dma_buf_lock/src/Kbuild
@@ -0,0 +1,18 @@
+#
+# (C) COPYRIGHT 2012 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.
+#
+#
+
+
+ifneq ($(CONFIG_DMA_SHARED_BUFFER),)
+obj-m := dma_buf_lock.o
+endif