aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2017-10-31 09:55:09 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-22 08:00:59 -0400
commit22712b389e40ae0fa0526db8ca8b34bf8f787abf (patch)
tree67285882207129951bc9380ab55115f4384419b0 /drivers/media/cec/Makefile
parentmedia: cec-pin: create cec_pin_start_timer() function (diff)
downloadlinux-dev-22712b389e40ae0fa0526db8ca8b34bf8f787abf.tar.xz
linux-dev-22712b389e40ae0fa0526db8ca8b34bf8f787abf.zip
media: cec-pin-error-inj: parse/show error injection
Add support to the CEC Pin framework to parse error injection commands and to show them. The next patch will do the actual implementation of this. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/cec/Makefile')
-rw-r--r--drivers/media/cec/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/cec/Makefile b/drivers/media/cec/Makefile
index 41ee3325e1ea..29a2ab9e77c5 100644
--- a/drivers/media/cec/Makefile
+++ b/drivers/media/cec/Makefile
@@ -9,4 +9,8 @@ ifeq ($(CONFIG_CEC_PIN),y)
cec-objs += cec-pin.o
endif
+ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)
+ cec-objs += cec-pin-error-inj.o
+endif
+
obj-$(CONFIG_CEC_CORE) += cec.o