Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 1 | obj-$(CONFIG_USB_GSPCA) += gspca_main.o |
Jean-Francois Moine | 0a71d9c | 2009-12-20 09:09:22 -0300 | [diff] [blame] | 2 | obj-$(CONFIG_USB_GSPCA_BENQ) += gspca_benq.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 3 | obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o |
Hans de Goede | 54e8bc5 | 2010-01-14 09:37:18 -0300 | [diff] [blame] | 4 | obj-$(CONFIG_USB_GSPCA_CPIA1) += gspca_cpia1.o |
Robert Butora | 30ece90 | 2014-03-24 19:41:38 -0300 | [diff] [blame] | 5 | obj-$(CONFIG_USB_GSPCA_DTCS033) += gspca_dtcs033.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 6 | obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o |
| 7 | obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 8 | obj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o |
Theodore Kilgore | fe3449a | 2011-12-13 18:09:15 -0300 | [diff] [blame] | 9 | obj-$(CONFIG_USB_GSPCA_JL2005BCD) += gspca_jl2005bcd.o |
Antonio Ospite | 6612155 | 2011-04-07 12:45:52 -0300 | [diff] [blame] | 10 | obj-$(CONFIG_USB_GSPCA_KINECT) += gspca_kinect.o |
Hans de Goede | b517af7 | 2010-09-05 16:30:30 -0300 | [diff] [blame] | 11 | obj-$(CONFIG_USB_GSPCA_KONICA) += gspca_konica.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 12 | obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o |
| 13 | obj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o |
Jean-François Moine | ce5b2ac | 2011-03-14 08:49:28 -0300 | [diff] [blame] | 14 | obj-$(CONFIG_USB_GSPCA_NW80X) += gspca_nw80x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 15 | obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o |
| 16 | obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 17 | obj-$(CONFIG_USB_GSPCA_OV534_9) += gspca_ov534_9.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 18 | obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 19 | obj-$(CONFIG_USB_GSPCA_PAC7302) += gspca_pac7302.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 20 | obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o |
Hans de Goede | c27cea0 | 2011-06-05 07:44:34 -0300 | [diff] [blame] | 21 | obj-$(CONFIG_USB_GSPCA_SE401) += gspca_se401.o |
Theodore Kilgore | 5bdd00b | 2009-12-25 05:16:32 -0300 | [diff] [blame] | 22 | obj-$(CONFIG_USB_GSPCA_SN9C2028) += gspca_sn9c2028.o |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 23 | obj-$(CONFIG_USB_GSPCA_SN9C20X) += gspca_sn9c20x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 24 | obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o |
| 25 | obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o |
| 26 | obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o |
| 27 | obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o |
| 28 | obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o |
| 29 | obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o |
| 30 | obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o |
| 31 | obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o |
Jean-François Moine | 5b0ff8c | 2010-06-05 07:57:56 -0300 | [diff] [blame] | 32 | obj-$(CONFIG_USB_GSPCA_SPCA1528) += gspca_spca1528.o |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 33 | obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 34 | obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o |
Jean-François Moine | 618a864 | 2010-06-05 07:45:04 -0300 | [diff] [blame] | 35 | obj-$(CONFIG_USB_GSPCA_SQ930X) += gspca_sq930x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 36 | obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o |
| 37 | obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o |
Ondrej Zary | 4ab0620 | 2013-08-20 10:03:59 -0300 | [diff] [blame] | 38 | obj-$(CONFIG_USB_GSPCA_STK1135) += gspca_stk1135.o |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 39 | obj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 40 | obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o |
Jean-François Moine | 8f12b1a | 2011-09-22 07:49:35 -0300 | [diff] [blame] | 41 | obj-$(CONFIG_USB_GSPCA_TOPRO) += gspca_topro.o |
John McMaster | 7cc42d9 | 2014-11-30 23:27:53 -0300 | [diff] [blame] | 42 | obj-$(CONFIG_USB_GSPCA_TOUPTEK) += gspca_touptek.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 43 | obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o |
| 44 | obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o |
Hans de Goede | 49b61ec | 2011-02-21 11:06:29 -0300 | [diff] [blame] | 45 | obj-$(CONFIG_USB_GSPCA_VICAM) += gspca_vicam.o |
Hans de Goede | 1f33de0 | 2010-09-05 16:05:22 -0300 | [diff] [blame] | 46 | obj-$(CONFIG_USB_GSPCA_XIRLINK_CIT) += gspca_xirlink_cit.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 47 | obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 48 | |
Hans de Goede | 8cd0584 | 2012-05-09 09:58:33 -0300 | [diff] [blame] | 49 | gspca_main-objs := gspca.o autogain_functions.o |
Jean-Francois Moine | 0a71d9c | 2009-12-20 09:09:22 -0300 | [diff] [blame] | 50 | gspca_benq-objs := benq.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 51 | gspca_conex-objs := conex.o |
Hans de Goede | 54e8bc5 | 2010-01-14 09:37:18 -0300 | [diff] [blame] | 52 | gspca_cpia1-objs := cpia1.o |
Robert Butora | 30ece90 | 2014-03-24 19:41:38 -0300 | [diff] [blame] | 53 | gspca_dtcs033-objs := dtcs033.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 54 | gspca_etoms-objs := etoms.o |
| 55 | gspca_finepix-objs := finepix.o |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 56 | gspca_jeilinj-objs := jeilinj.o |
Theodore Kilgore | fe3449a | 2011-12-13 18:09:15 -0300 | [diff] [blame] | 57 | gspca_jl2005bcd-objs := jl2005bcd.o |
Antonio Ospite | 6612155 | 2011-04-07 12:45:52 -0300 | [diff] [blame] | 58 | gspca_kinect-objs := kinect.o |
Hans de Goede | b517af7 | 2010-09-05 16:30:30 -0300 | [diff] [blame] | 59 | gspca_konica-objs := konica.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 60 | gspca_mars-objs := mars.o |
| 61 | gspca_mr97310a-objs := mr97310a.o |
Jean-François Moine | ce5b2ac | 2011-03-14 08:49:28 -0300 | [diff] [blame] | 62 | gspca_nw80x-objs := nw80x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 63 | gspca_ov519-objs := ov519.o |
| 64 | gspca_ov534-objs := ov534.o |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 65 | gspca_ov534_9-objs := ov534_9.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 66 | gspca_pac207-objs := pac207.o |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 67 | gspca_pac7302-objs := pac7302.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 68 | gspca_pac7311-objs := pac7311.o |
Hans de Goede | c27cea0 | 2011-06-05 07:44:34 -0300 | [diff] [blame] | 69 | gspca_se401-objs := se401.o |
Theodore Kilgore | 5bdd00b | 2009-12-25 05:16:32 -0300 | [diff] [blame] | 70 | gspca_sn9c2028-objs := sn9c2028.o |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 71 | gspca_sn9c20x-objs := sn9c20x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 72 | gspca_sonixb-objs := sonixb.o |
| 73 | gspca_sonixj-objs := sonixj.o |
| 74 | gspca_spca500-objs := spca500.o |
| 75 | gspca_spca501-objs := spca501.o |
| 76 | gspca_spca505-objs := spca505.o |
| 77 | gspca_spca506-objs := spca506.o |
| 78 | gspca_spca508-objs := spca508.o |
| 79 | gspca_spca561-objs := spca561.o |
Jean-François Moine | 5b0ff8c | 2010-06-05 07:57:56 -0300 | [diff] [blame] | 80 | gspca_spca1528-objs := spca1528.o |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 81 | gspca_sq905-objs := sq905.o |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 82 | gspca_sq905c-objs := sq905c.o |
Jean-François Moine | 618a864 | 2010-06-05 07:45:04 -0300 | [diff] [blame] | 83 | gspca_sq930x-objs := sq930x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 84 | gspca_stk014-objs := stk014.o |
Ondrej Zary | 4ab0620 | 2013-08-20 10:03:59 -0300 | [diff] [blame] | 85 | gspca_stk1135-objs := stk1135.o |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 86 | gspca_stv0680-objs := stv0680.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 87 | gspca_sunplus-objs := sunplus.o |
| 88 | gspca_t613-objs := t613.o |
Jean-François Moine | 8f12b1a | 2011-09-22 07:49:35 -0300 | [diff] [blame] | 89 | gspca_topro-objs := topro.o |
John McMaster | 7cc42d9 | 2014-11-30 23:27:53 -0300 | [diff] [blame] | 90 | gspca_touptek-objs := touptek.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 91 | gspca_tv8532-objs := tv8532.o |
| 92 | gspca_vc032x-objs := vc032x.o |
Hans de Goede | 49b61ec | 2011-02-21 11:06:29 -0300 | [diff] [blame] | 93 | gspca_vicam-objs := vicam.o |
Hans de Goede | 1f33de0 | 2010-09-05 16:05:22 -0300 | [diff] [blame] | 94 | gspca_xirlink_cit-objs := xirlink_cit.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 95 | gspca_zc3xx-objs := zc3xx.o |
Erik Andren | c109f81 | 2008-10-01 04:51:53 -0300 | [diff] [blame] | 96 | |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 97 | obj-$(CONFIG_USB_M5602) += m5602/ |
| 98 | obj-$(CONFIG_USB_STV06XX) += stv06xx/ |
Olivier Lorin | 4f7cb88 | 2009-09-15 14:17:07 -0300 | [diff] [blame] | 99 | obj-$(CONFIG_USB_GL860) += gl860/ |