diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 01:01:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 16:34:46 -0300 |
commit | 0aa77f6c2954896b132f8b6f2e9f063c52800913 (patch) | |
tree | bc1feafea586e399c0fe1b04b2efa375312bb9ba /drivers/media/video/Makefile | |
parent | 0c0d06cac63ee327ceaab4b5ffe2206574ab86bd (diff) | |
download | linux-0aa77f6c2954896b132f8b6f2e9f063c52800913.tar.gz linux-0aa77f6c2954896b132f8b6f2e9f063c52800913.tar.bz2 linux-0aa77f6c2954896b132f8b6f2e9f063c52800913.zip |
[media] move the remaining USB drivers to drivers/media/usb
Move the 3 remaining usb drivers to their proper space.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index a22a2580ce30..4ad5bd9246bf 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile @@ -4,8 +4,6 @@ msp3400-objs := msp3400-driver.o msp3400-kthreads.o -stkwebcam-objs := stk-webcam.o stk-sensor.o - omap2cam-objs := omap24xxcam.o omap24xxcam-dma.o # Helper modules @@ -119,12 +117,6 @@ obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o obj-$(CONFIG_VIDEO_OMAP3) += omap3isp/ -obj-$(CONFIG_USB_ZR364XX) += zr364xx.o -obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o - - -obj-$(CONFIG_USB_S2255) += s2255drv.o - obj-$(CONFIG_VIDEO_IVTV) += ivtv/ obj-$(CONFIG_VIDEO_CX18) += cx18/ |