Commit a6e2b40c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (5763): Fix tea5761 unselection

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 5d807c9f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment