diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-10-23 17:56:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 17:53:15 -0200 |
commit | 654dbad45d83ef1a1d234940705d775dc813a501 (patch) | |
tree | 7e2da4e2ec55a6b4e779edcb98d023f276283beb /drivers/media/dvb/frontends/Makefile | |
parent | 00360205b94cb9d0b93be5f4ca6676b53dceba7f (diff) | |
download | talos-obmc-linux-654dbad45d83ef1a1d234940705d775dc813a501.tar.gz talos-obmc-linux-654dbad45d83ef1a1d234940705d775dc813a501.zip |
V4L/DVB (9393): Add TDA8261 to build
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index ad89dbf760cd..7a19c0c7b7a0 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -47,6 +47,7 @@ obj-$(CONFIG_DVB_ISL6405) += isl6405.o obj-$(CONFIG_DVB_ISL6421) += isl6421.o obj-$(CONFIG_DVB_TDA10086) += tda10086.o obj-$(CONFIG_DVB_TDA826X) += tda826x.o +obj-$(CONFIG_DVB_TDA8261) += tda8261.o obj-$(CONFIG_DVB_TUNER_DIB0070) += dib0070.o obj-$(CONFIG_DVB_TUA6100) += tua6100.o obj-$(CONFIG_DVB_S5H1409) += s5h1409.o |