public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] dvb: nxt200x: Fix typo in Makefile for nxt200x
@ 2005-11-04  5:00 Michael Krufky
  0 siblings, 0 replies; only message in thread
From: Michael Krufky @ 2005-11-04  5:00 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-dvb-maintainer, Kirk Lapray

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]




[-- Attachment #2: dvb-nxt200x-fix-makefile.patch --]
[-- Type: text/x-patch, Size: 830 bytes --]

From: Kirk Lapray <kirk.lapray@gmail.com>

- Fix Typo: Change CONFIG_DVB_NXT2002 to CONFIG_DVB_NXT200X
  for the nxt200x module.

Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>

 drivers/media/dvb/frontends/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.14-git5.orig/drivers/media/dvb/frontends/Makefile
+++ linux-2.6.14-git5/drivers/media/dvb/frontends/Makefile
@@ -26,7 +26,7 @@ obj-$(CONFIG_DVB_TDA80XX) += tda80xx.o
 obj-$(CONFIG_DVB_TDA10021) += tda10021.o
 obj-$(CONFIG_DVB_STV0297) += stv0297.o
 obj-$(CONFIG_DVB_NXT2002) += nxt2002.o
-obj-$(CONFIG_DVB_NXT2002) += nxt200x.o
+obj-$(CONFIG_DVB_NXT200X) += nxt200x.o
 obj-$(CONFIG_DVB_OR51211) += or51211.o
 obj-$(CONFIG_DVB_OR51132) += or51132.o
 obj-$(CONFIG_DVB_BCM3510) += bcm3510.o


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

only message in thread, other threads:[~2005-11-04  4:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-04  5:00 [PATCH 2/3] dvb: nxt200x: Fix typo in Makefile for nxt200x Michael Krufky

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