V4L/DVB (5763): Fix tea5761 unselection
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 8 Jun 2007 11:21:27 +0000 (08:21 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:06 +0000 (14:24 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/Makefile

index 3202e872914e7e70f174dec17ceaf989e5dc9d71..cb942fbdffa95bcafa72ac60182873be8ae37c26 100644 (file)
@@ -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