summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2007-02-24 15:31:40 +0400
committerManu Abraham <manu@linuxtv.org>2007-02-24 15:31:40 +0400
commitcb52cac020dab9f14cf3d5ea0d764bba8bb10530 (patch)
treeddd350a2663460301d83e4c3a6cbd954c0820644 /linux/drivers/media/dvb/frontends/Makefile
parent9f4f6e2122bbdcdf29706998514f7440740b654e (diff)
downloadmediapointer-dvb-s2-cb52cac020dab9f14cf3d5ea0d764bba8bb10530.tar.gz
mediapointer-dvb-s2-cb52cac020dab9f14cf3d5ea0d764bba8bb10530.tar.bz2
Add STB6100 Support
From: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index 63bceafef..c2ebf5155 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -10,6 +10,7 @@ stb0899-objs = stb0899_drv.o stb0899_algo.o
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o
obj-$(CONFIG_DVB_STB0899) += stb0899.o
+obj-$(CONFIG_DVB_STB6100) += stb6100.o
obj-$(CONFIG_DVB_SP8870) += sp8870.o
obj-$(CONFIG_DVB_CX22700) += cx22700.o
obj-$(CONFIG_DVB_CX24110) += cx24110.o