summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/Makefile
diff options
context:
space:
mode:
authorAntti Palosaari2012-09-11 02:31:22 +0200
committerMauro Carvalho Chehab2012-09-27 20:14:00 +0200
commit6332059e8d4e05ea0e7c813a50f1243dd17dffc0 (patch)
treee4e5db69a79251bfb9084fb585ef98e8b0e076b4 /drivers/media/usb/dvb-usb-v2/Makefile
parent[media] cxd2820r: use Kernel GPIO for GPIO access (diff)
downloadkernel-qcow2-linux-6332059e8d4e05ea0e7c813a50f1243dd17dffc0.tar.gz
kernel-qcow2-linux-6332059e8d4e05ea0e7c813a50f1243dd17dffc0.tar.xz
kernel-qcow2-linux-6332059e8d4e05ea0e7c813a50f1243dd17dffc0.zip
[media] dvb_usb_v2: rename module dvb_usbv2 => dvb_usb_v2
I think it is better name. At that phase renaming is quite painless as module is not yet merged to mainline Kernel. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/Makefile')
-rw-r--r--drivers/media/usb/dvb-usb-v2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/Makefile b/drivers/media/usb/dvb-usb-v2/Makefile
index 58027fd43a08..b76f58e6c64f 100644
--- a/drivers/media/usb/dvb-usb-v2/Makefile
+++ b/drivers/media/usb/dvb-usb-v2/Makefile
@@ -1,5 +1,5 @@
-dvb_usbv2-objs := dvb_usb_core.o dvb_usb_urb.o usb_urb.o
-obj-$(CONFIG_DVB_USB_V2) += dvb_usbv2.o
+dvb_usb_v2-objs := dvb_usb_core.o dvb_usb_urb.o usb_urb.o
+obj-$(CONFIG_DVB_USB_V2) += dvb_usb_v2.o
dvb_usb_cypress_firmware-objs := cypress_firmware.o
obj-$(CONFIG_DVB_USB_CYPRESS_FIRMWARE) += dvb_usb_cypress_firmware.o