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/usb/Makefile | |
parent | 0c0d06cac63ee327ceaab4b5ffe2206574ab86bd (diff) | |
download | talos-obmc-linux-0aa77f6c2954896b132f8b6f2e9f063c52800913.tar.gz talos-obmc-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/usb/Makefile')
-rw-r--r-- | drivers/media/usb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/Makefile b/drivers/media/usb/Makefile index 428827a4d97a..63e37bb2ed74 100644 --- a/drivers/media/usb/Makefile +++ b/drivers/media/usb/Makefile @@ -4,6 +4,8 @@ # DVB USB-only drivers obj-y := ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/ +obj-y := zr364xx/ stkwebcam/ s2255/ + obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/ obj-$(CONFIG_USB_GSPCA) += gspca/ obj-$(CONFIG_USB_PWC) += pwc/ |