Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (9105): correct Makefile symbol for stv0288 frontend

Signed-off-by: Janne Grunau <janne-dvb@grunau.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Janne Grunau and committed by
Mauro Carvalho Chehab
07c6bb9e 2aa72f3b

+1 -1
+1 -1
drivers/media/dvb/frontends/Makefile
··· 53 53 obj-$(CONFIG_DVB_AF9013) += af9013.o 54 54 obj-$(CONFIG_DVB_CX24116) += cx24116.o 55 55 obj-$(CONFIG_DVB_SI21XX) += si21xx.o 56 - obj-$(CONFIG_DVB_STV0299) += stv0288.o 56 + obj-$(CONFIG_DVB_STV0288) += stv0288.o 57 57 obj-$(CONFIG_DVB_STB6000) += stb6000.o