summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-06-11 23:35:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-04 07:56:30 -0300
commitb00a901801f671a48feac6048faeafe0979760e6 (patch)
tree0655904af67919cffe5d59a2852d1e6b68a86710 /drivers/media/dvb/dvb-usb/Makefile
parentef81e9ebbe57236683e6950d0ec82a20f2d350eb (diff)
[media] dvb_usb_v2: Cypress firmware download module
Firmware handling routines for various Cypress chips. Cypress AN2135 Cypress AN2235 Cypress FX2 These were split out from general DVB USB module by Patrick Boettcher. I did only small changes. Signed-off-by: Antti Palosaari <crope@iki.fi> 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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile
index 3c73e7b2a9f..a0f5be28ca7 100644
--- a/drivers/media/dvb/dvb-usb/Makefile
+++ b/drivers/media/dvb/dvb-usb/Makefile
@@ -4,6 +4,8 @@ obj-$(CONFIG_DVB_USB) += dvb-usb.o
dvb_usbv2-objs = dvb_usb_init.o dvb_usb_urb.o dvb_usb_dvb.o dvb_usb_remote.o usb_urb.o
obj-$(CONFIG_DVB_USB_V2) += dvb_usbv2.o
+obj-$(CONFIG_DVB_USB_FIRMWARE) += dvb_usb_firmware.o
+
dvb-usb-vp7045-objs = vp7045.o vp7045-fe.o
obj-$(CONFIG_DVB_USB_VP7045) += dvb-usb-vp7045.o