summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-07-02 12:46:44 +0000
committerPatrick Boettcher <devnull@localhost>2005-07-02 12:46:44 +0000
commit4421c1e908f6cdcd6f480b6fea81676b67392649 (patch)
treef6d6970bf03514c11af7893b5b9ee988e63f27da /linux/drivers/media/dvb/dvb-usb/Makefile
parentebce930fae26499deabd622537484e34d842e3a6 (diff)
downloadmediapointer-dvb-s2-4421c1e908f6cdcd6f480b6fea81676b67392649.tar.gz
mediapointer-dvb-s2-4421c1e908f6cdcd6f480b6fea81676b67392649.tar.bz2
added driver for the TwinhanDTV StarBox and clones. This is a preliminary driver and is not well tested yet.
Thanks to Ralph Metzler for his initial work on this box and thanks to Twinhan for their support. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> PS: Johannes, please do not submit it to -mm yet. Thanks.
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Makefile b/linux/drivers/media/dvb/dvb-usb/Makefile
index 746d87ed6..2dc9aad96 100644
--- a/linux/drivers/media/dvb/dvb-usb/Makefile
+++ b/linux/drivers/media/dvb/dvb-usb/Makefile
@@ -4,6 +4,9 @@ obj-$(CONFIG_DVB_USB) += dvb-usb.o
dvb-usb-vp7045-objs = vp7045.o vp7045-fe.o
obj-$(CONFIG_DVB_USB_VP7045) += dvb-usb-vp7045.o
+dvb-usb-vp702x-objs = vp702x.o vp702x-fe.o
+obj-$(CONFIG_DVB_USB_VP702X) += dvb-usb-vp702x.o
+
dvb-usb-dtt200u-objs = dtt200u.o dtt200u-fe.o
obj-$(CONFIG_DVB_USB_DTT200U) += dvb-usb-dtt200u.o