summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-06-13 04:19:40 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-04 12:56:31 +0200
commit877e0aa790727eb7ceae189a721798424d820a0c (patch)
tree522f7d21fd340b1b0bc1f3c60f367a51f8f2c79b /drivers/media/dvb/dvb-usb/Makefile
parent[media] au6610: convert to new DVB USB (diff)
downloadlinux-877e0aa790727eb7ceae189a721798424d820a0c.tar.xz
linux-877e0aa790727eb7ceae189a721798424d820a0c.zip
[media] dvb_usb_v2: move remote controller to the main file
It is only three functions so move it to the main. 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, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile
index a0f5be28ca72..490e2a295f3f 100644
--- a/drivers/media/dvb/dvb-usb/Makefile
+++ b/drivers/media/dvb/dvb-usb/Makefile
@@ -1,7 +1,7 @@
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
+dvb_usbv2-objs = dvb_usb_init.o dvb_usb_urb.o dvb_usb_dvb.o usb_urb.o
obj-$(CONFIG_DVB_USB_V2) += dvb_usbv2.o
obj-$(CONFIG_DVB_USB_FIRMWARE) += dvb_usb_firmware.o