Skip to content

Commit

Permalink
V4L/DVB (5763): Fix tea5761 unselection
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jul 18, 2007
1 parent 5d807c9 commit a6e2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6e2b40

Please sign in to comment.