aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-06-08 08:21:27 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 14:24:06 -0300
commita6e2b40cb430e1e3a22fbb56807edebf71bf6188 (patch)
treedf743426ae50520e8ad14d6713fbfebbe526a895 /drivers/media/video/Makefile
parent5d807c9fc3fe8a88f1bb95a54da11cebed1612a6 (diff)
downloadlinux-a6e2b40cb430e1e3a22fbb56807edebf71bf6188.tar.gz
V4L/DVB (5763): Fix tea5761 unselection
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r--drivers/media/video/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index 3202e872914e7e..cb942fbdffa95b 100644
--- a/drivers/media/video/Makefile
+++ b/drivers/media/video/Makefile
@@ -7,7 +7,7 @@ zr36067-objs := zoran_procfs.o zoran_device.o \
tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \
mt20xx.o tda8290.o tea5767.o tda9887.o
-ifneq ($(CONFIG_TUNER_TEA5761),n)
+ifneq ($(CONFIG_TUNER_TEA5761),)
tuner-objs += tea5761.o
endif