Trivial fix for drivers/media/Makefile

Linux Kernel Mailing List, post #232,227
Author:
Date:
Subject:
 Elias Oltmanns
 2008-07-20 18:40:21
 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Author:
Date:
Subject:
 Michael Krufky
 2008-07-20 12:43:22
 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/