summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorAntoine Jacquet <royale@zerezo.com>2008-08-11 18:12:19 +0200
committerAntoine Jacquet <royale@zerezo.com>2008-08-11 18:12:19 +0200
commit723befdc4c49248742d482a254b1d382ce84a41d (patch)
treebc37a1ddfd3d2a4ee19d66bca01a18d673df6d50 /linux/drivers/media/dvb/dvb-usb/Makefile
parent4b41f2267b44ed49beacd512a3ace46889906922 (diff)
downloadmediapointer-dvb-s2-723befdc4c49248742d482a254b1d382ce84a41d.tar.gz
mediapointer-dvb-s2-723befdc4c49248742d482a254b1d382ce84a41d.tar.bz2
Initial support for AME DTV-5100 USB2.0 DVB-T
From: Antoine Jacquet <royale@zerezo.com> Basic support for AME DTV-5100 USB2.0 DVB-T using the qt1010 tuner and a dummy frontend. Priority: normal Signed-off-by: Antoine Jacquet <royale@zerezo.com>
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 e206f1ea0..5e170fba1 100644
--- a/linux/drivers/media/dvb/dvb-usb/Makefile
+++ b/linux/drivers/media/dvb/dvb-usb/Makefile
@@ -67,6 +67,9 @@ obj-$(CONFIG_DVB_USB_ANYSEE) += dvb-usb-anysee.o
dvb-usb-dw2102-objs = dw2102.o
obj-$(CONFIG_DVB_USB_DW2102) += dvb-usb-dw2102.o
+dvb-usb-dtv5100-objs = dtv5100.o dtv5100-fe.o
+obj-$(CONFIG_DVB_USB_DTV5100) += dvb-usb-dtv5100.o
+
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
# due to tuner-xc3028
EXTRA_CFLAGS += -Idrivers/media/common/tuners