linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] seco-cec: fix Makefile
@ 2018-11-23 11:53 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2018-11-23 11:53 UTC (permalink / raw)
  To: Linux Media Mailing List

Fix the incorrect obj-y.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
---
diff --git a/drivers/media/platform/seco-cec/Makefile b/drivers/media/platform/seco-cec/Makefile
index 09900b087d02..a3f2c6bd3ac0 100644
--- a/drivers/media/platform/seco-cec/Makefile
+++ b/drivers/media/platform/seco-cec/Makefile
@@ -1 +1 @@
-obj-y += seco-cec.o
+obj-$(CONFIG_VIDEO_SECO_CEC) += seco-cec.o

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-23 22:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23 11:53 [PATCH] seco-cec: fix Makefile Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).