]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
media: seco-cec: fix Makefile
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 23 Nov 2018 11:53:58 +0000 (06:53 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Nov 2018 11:56:34 +0000 (06:56 -0500)
Fix the incorrect obj-y.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/seco-cec/Makefile

index 09900b087d02611dda60d3e7dd9939d12fc44705..a3f2c6bd3ac0bd62760f7558d4378b1b4a877433 100644 (file)
@@ -1 +1 @@
-obj-y += seco-cec.o
+obj-$(CONFIG_VIDEO_SECO_CEC) += seco-cec.o