18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA) += gspca_main.o 38c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_BENQ) += gspca_benq.o 48c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o 58c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_CPIA1) += gspca_cpia1.o 68c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_DTCS033) += gspca_dtcs033.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o 88c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o 98c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o 108c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_JL2005BCD) += gspca_jl2005bcd.o 118c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_KINECT) += gspca_kinect.o 128c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_KONICA) += gspca_konica.o 138c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o 148c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o 158c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_NW80X) += gspca_nw80x.o 168c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_OV534_9) += gspca_ov534_9.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_PAC7302) += gspca_pac7302.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SE401) += gspca_se401.o 238c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SN9C2028) += gspca_sn9c2028.o 248c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SN9C20X) += gspca_sn9c20x.o 258c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o 268c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o 278c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o 288c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o 298c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o 308c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o 318c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o 328c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o 338c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA1528) += gspca_spca1528.o 348c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o 358c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o 368c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SQ930X) += gspca_sq930x.o 378c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o 388c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o 398c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_STK1135) += gspca_stk1135.o 408c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o 418c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o 428c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_TOPRO) += gspca_topro.o 438c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_TOUPTEK) += gspca_touptek.o 448c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o 458c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o 468c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_VICAM) += gspca_vicam.o 478c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_XIRLINK_CIT) += gspca_xirlink_cit.o 488c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o 498c2ecf20Sopenharmony_ci 508c2ecf20Sopenharmony_cigspca_main-objs := gspca.o autogain_functions.o 518c2ecf20Sopenharmony_cigspca_benq-objs := benq.o 528c2ecf20Sopenharmony_cigspca_conex-objs := conex.o 538c2ecf20Sopenharmony_cigspca_cpia1-objs := cpia1.o 548c2ecf20Sopenharmony_cigspca_dtcs033-objs := dtcs033.o 558c2ecf20Sopenharmony_cigspca_etoms-objs := etoms.o 568c2ecf20Sopenharmony_cigspca_finepix-objs := finepix.o 578c2ecf20Sopenharmony_cigspca_jeilinj-objs := jeilinj.o 588c2ecf20Sopenharmony_cigspca_jl2005bcd-objs := jl2005bcd.o 598c2ecf20Sopenharmony_cigspca_kinect-objs := kinect.o 608c2ecf20Sopenharmony_cigspca_konica-objs := konica.o 618c2ecf20Sopenharmony_cigspca_mars-objs := mars.o 628c2ecf20Sopenharmony_cigspca_mr97310a-objs := mr97310a.o 638c2ecf20Sopenharmony_cigspca_nw80x-objs := nw80x.o 648c2ecf20Sopenharmony_cigspca_ov519-objs := ov519.o 658c2ecf20Sopenharmony_cigspca_ov534-objs := ov534.o 668c2ecf20Sopenharmony_cigspca_ov534_9-objs := ov534_9.o 678c2ecf20Sopenharmony_cigspca_pac207-objs := pac207.o 688c2ecf20Sopenharmony_cigspca_pac7302-objs := pac7302.o 698c2ecf20Sopenharmony_cigspca_pac7311-objs := pac7311.o 708c2ecf20Sopenharmony_cigspca_se401-objs := se401.o 718c2ecf20Sopenharmony_cigspca_sn9c2028-objs := sn9c2028.o 728c2ecf20Sopenharmony_cigspca_sn9c20x-objs := sn9c20x.o 738c2ecf20Sopenharmony_cigspca_sonixb-objs := sonixb.o 748c2ecf20Sopenharmony_cigspca_sonixj-objs := sonixj.o 758c2ecf20Sopenharmony_cigspca_spca500-objs := spca500.o 768c2ecf20Sopenharmony_cigspca_spca501-objs := spca501.o 778c2ecf20Sopenharmony_cigspca_spca505-objs := spca505.o 788c2ecf20Sopenharmony_cigspca_spca506-objs := spca506.o 798c2ecf20Sopenharmony_cigspca_spca508-objs := spca508.o 808c2ecf20Sopenharmony_cigspca_spca561-objs := spca561.o 818c2ecf20Sopenharmony_cigspca_spca1528-objs := spca1528.o 828c2ecf20Sopenharmony_cigspca_sq905-objs := sq905.o 838c2ecf20Sopenharmony_cigspca_sq905c-objs := sq905c.o 848c2ecf20Sopenharmony_cigspca_sq930x-objs := sq930x.o 858c2ecf20Sopenharmony_cigspca_stk014-objs := stk014.o 868c2ecf20Sopenharmony_cigspca_stk1135-objs := stk1135.o 878c2ecf20Sopenharmony_cigspca_stv0680-objs := stv0680.o 888c2ecf20Sopenharmony_cigspca_sunplus-objs := sunplus.o 898c2ecf20Sopenharmony_cigspca_t613-objs := t613.o 908c2ecf20Sopenharmony_cigspca_topro-objs := topro.o 918c2ecf20Sopenharmony_cigspca_touptek-objs := touptek.o 928c2ecf20Sopenharmony_cigspca_tv8532-objs := tv8532.o 938c2ecf20Sopenharmony_cigspca_vc032x-objs := vc032x.o 948c2ecf20Sopenharmony_cigspca_vicam-objs := vicam.o 958c2ecf20Sopenharmony_cigspca_xirlink_cit-objs := xirlink_cit.o 968c2ecf20Sopenharmony_cigspca_zc3xx-objs := zc3xx.o 978c2ecf20Sopenharmony_ci 988c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_M5602) += m5602/ 998c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_STV06XX) += stv06xx/ 1008c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GL860) += gl860/ 101