summaryrefslogtreecommitdiff
path: root/drivers/media/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-06-17 12:13:08 (GMT)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-06-28 12:45:51 (GMT)
commit29fb44a58ac12bffe4c225f95afdc22364db070e (patch)
tree2e71bc0fbc164eaa0edc3627df7b0bf5c7ede445 /drivers/media/Makefile
parentefe2938dd64cb990338a1f8a92e642f893e06c8d (diff)
downloadlinux-29fb44a58ac12bffe4c225f95afdc22364db070e.tar.xz
[media] cec-edid: add module for EDID CEC helper functions
The cec-edid module contains helper functions to find and manipulate the CEC physical address inside an EDID. Even if the CEC support itself is disabled, drivers will still need these functions. Which is the reason this is module is separate from the upcoming CEC framework. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/Makefile')
-rw-r--r--drivers/media/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index e608bbc..b56f013 100644
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -2,6 +2,8 @@
# Makefile for the kernel multimedia device drivers.
#
+obj-$(CONFIG_MEDIA_CEC_EDID) += cec-edid.o
+
media-objs := media-device.o media-devnode.o media-entity.o
#