summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorKirk Lapray <kirk.lapray@gmail.com>2005-11-08 21:35:55 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:06 -0800
commit496157d089c3caeda35017833ea3bb895f29ed15 (patch)
treee7cdb8c5582d02c55a58a531d77a8032ee5daa74 /drivers/media/dvb/frontends/Makefile
parent66944e998a7e1164895e9bd7cae9f841a9f46ef5 (diff)
[PATCH] dvb: nxt200x: Fix typo in Makefile for nxt200x
- 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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r--drivers/media/dvb/frontends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index 1692ee65ba5d..a98760fe08a1 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/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