diff options
author | Antti Palosaari <crope@iki.fi> | 2012-08-01 14:44:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-04 07:56:28 -0300 |
commit | 597843435c0a6421d687a5f7a1ce11548e7cd6e1 (patch) | |
tree | 94113ece81f2a4bbf0ac144f07c6694e20baebe2 /drivers/media/dvb/dvb-usb/Makefile | |
parent | 3238aafbc3f860d685fc96b5b93a2f14decaec2e (diff) | |
download | op-kernel-dev-597843435c0a6421d687a5f7a1ce11548e7cd6e1.zip op-kernel-dev-597843435c0a6421d687a5f7a1ce11548e7cd6e1.tar.gz |
[media] dvb_usb_v2: enable compile
Compilation was disabled as it was failing with allyesconfig.
Rename duplicate functions and enable building.
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile index b667ac3..3c73e7b 100644 --- a/drivers/media/dvb/dvb-usb/Makefile +++ b/drivers/media/dvb/dvb-usb/Makefile @@ -1,6 +1,9 @@ dvb-usb-objs = dvb-usb-firmware.o dvb-usb-init.o dvb-usb-urb.o dvb-usb-i2c.o dvb-usb-dvb.o dvb-usb-remote.o usb-urb.o 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 + dvb-usb-vp7045-objs = vp7045.o vp7045-fe.o obj-$(CONFIG_DVB_USB_VP7045) += dvb-usb-vp7045.o |