18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the USB media device drivers 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci# DVB USB-only drivers 78c2ecf20Sopenharmony_ciobj-y += ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/ 88c2ecf20Sopenharmony_ciobj-y += zr364xx/ stkwebcam/ s2255/ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_VIDEO_CLASS) += uvc/ 118c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA) += gspca/ 128c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_PWC) += pwc/ 138c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_AIRSPY) += airspy/ 148c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_HACKRF) += hackrf/ 158c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MSI2500) += msi2500/ 168c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_CPIA2) += cpia2/ 178c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_AU0828) += au0828/ 188c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_HDPVR) += hdpvr/ 198c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2/ 208c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_STK1160) += stk1160/ 218c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_CX231XX) += cx231xx/ 228c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_TM6000) += tm6000/ 238c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_EM28XX) += em28xx/ 248c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_USBTV) += usbtv/ 258c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_GO7007) += go7007/ 268c2ecf20Sopenharmony_ciobj-$(CONFIG_DVB_AS102) += as102/ 27