2008-07-20 16:40:42

by Elias Oltmanns

[permalink] [raw]
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 <[email protected]>
---
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


2008-07-20 16:43:38

by Michael Ira Krufky

[permalink] [raw]
Subject: Re: Trivial fix for drivers/media/Makefile

Elias Oltmanns wrote:
> 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 <[email protected]
Elias,

Thank you for the effort, but this glitch was just the result of a
problem when Mauro merged the changesets from our mercurial repository
into git. The Makefile portion of the changeset had been accidentally
dropped.

The problem was in linux-next, and Mauro has already corrected it.


Regards,

Mike