summaryrefslogtreecommitdiff
path: root/drivers/video/adf/Makefile
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2013-07-08 14:18:18 -0700
committerGreg Hackmann <ghackmann@google.com>2013-10-11 16:40:59 -0700
commit23240e2e9a0420a4d1cf460a8c3549e952656f89 (patch)
treeec374aea64a370d1b986d8c1eced18ce5b08f925 /drivers/video/adf/Makefile
parentaa431ca700139dbaaddd14e689f58625469f94d0 (diff)
video: adf: add memblock helper
Provides a dma-buf exporter for memblocks, mainly useful for ADF devices to wrap their bootloader logos Change-Id: I936a9b5df099ab6084d433fcaf50f3bc29f93289 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'drivers/video/adf/Makefile')
-rw-r--r--drivers/video/adf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/adf/Makefile b/drivers/video/adf/Makefile
index 62679a0da604..4118f324f654 100644
--- a/drivers/video/adf/Makefile
+++ b/drivers/video/adf/Makefile
@@ -9,3 +9,5 @@ obj-$(CONFIG_ADF) += adf.o \
adf_sysfs.o
obj-$(CONFIG_COMPAT) += adf_fops32.o
+
+obj-$(CONFIG_ADF_MEMBLOCK) += adf_memblock.o