From: Mauro Carvalho Chehab Date: Fri, 8 Jun 2007 11:21:27 +0000 (-0300) Subject: V4L/DVB (5763): Fix tea5761 unselection X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6e2b40cb430e1e3a22fbb56807edebf71bf6188;p=linux-beck.git V4L/DVB (5763): Fix tea5761 unselection Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index 3202e872914e..cb942fbdffa9 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