public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Trivial fix for drivers/media/Makefile
@ 2008-07-20 16:40 Elias Oltmanns
  2008-07-20 16:43 ` Michael Krufky
  0 siblings, 1 reply; 2+ messages in thread
From: Elias Oltmanns @ 2008-07-20 16:40 UTC (permalink / raw)
  To: Michael Krufky; +Cc: Mauro Carvalho Chehab, linux-kernel

drivers/media/mdtv/ doesn't exist anymore, yet it is still referenced in
the Makefile.  Due to this glitch, make clean invariably fails.

Signed-off-by: Elias Oltmanns <eo@nebensachen.de>
---
diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index ec2102b..09a829d 100644
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -6,4 +6,3 @@ obj-y += common/ video/
 
 obj-$(CONFIG_VIDEO_DEV) += radio/
 obj-$(CONFIG_DVB_CORE)  += dvb/
-obj-$(CONFIG_MDTV_ADAPTERS)  += mdtv/
\ No newline at end of file

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-20 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 16:40 Trivial fix for drivers/media/Makefile Elias Oltmanns
2008-07-20 16:43 ` Michael Krufky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox