summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2011-08-29 00:05:35 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-06 14:21:17 -0300
commit4c66c9205c0788e18eb09d482461aa2f551ee046 (patch)
tree8e71186b8221193acc6efbcd240d18980b596da5 /drivers/media/dvb/dvb-usb/Makefile
parentf8a26f052a5f62c7555d09680c1fe8cbfcac590f (diff)
[media] dvb-usb: add ATSC support for the Hauppauge WinTV-Aero-M
Adds new driver, mxl111sf, to support the WinTV-Aero-M Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Reviewed-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r--drivers/media/dvb/dvb-usb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile
index 03ae657dedd..06f75f64596 100644
--- a/drivers/media/dvb/dvb-usb/Makefile
+++ b/drivers/media/dvb/dvb-usb/Makefile
@@ -97,6 +97,10 @@ obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
dvb-usb-it913x-objs := it913x.o
obj-$(CONFIG_DVB_USB_IT913X) += dvb-usb-it913x.o
+dvb-usb-mxl111sf-objs = mxl111sf.o mxl111sf-phy.o mxl111sf-i2c.o mxl111sf-gpio.o
+obj-$(CONFIG_DVB_USB_MXL111SF) += dvb-usb-mxl111sf.o
+obj-$(CONFIG_DVB_USB_MXL111SF) += mxl111sf-tuner.o
+
ccflags-y += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
# due to tuner-xc3028
ccflags-y += -Idrivers/media/common/tuners