[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8763r0a4qy.fsf@denkblock.local>
Date: Sun, 20 Jul 2008 18:40:21 +0200
From: Elias Oltmanns <eo@...ensachen.de>
To: Michael Krufky <mkrufky@...uxtv.org>
Cc: Mauro Carvalho Chehab <mchehab@...radead.org>,
linux-kernel@...r.kernel.org
Subject: Trivial fix for drivers/media/Makefile
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@...ensachen.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists