Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 1 | obj-$(CONFIG_USB_GSPCA) += gspca_main.o |
| 2 | obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o |
| 3 | obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o |
| 4 | obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 5 | obj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 6 | obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o |
| 7 | obj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o |
| 8 | obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o |
| 9 | obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o |
| 10 | obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 11 | obj-$(CONFIG_USB_GSPCA_PAC7302) += gspca_pac7302.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 12 | obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 13 | obj-$(CONFIG_USB_GSPCA_SN9C20X) += gspca_sn9c20x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 14 | obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o |
| 15 | obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o |
| 16 | obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o |
| 17 | obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o |
| 18 | obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o |
| 19 | obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o |
| 20 | obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o |
| 21 | obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 22 | obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 23 | obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 24 | obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o |
| 25 | obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 26 | obj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 27 | obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o |
| 28 | obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o |
| 29 | obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o |
| 30 | obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 31 | |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 32 | gspca_main-objs := gspca.o |
| 33 | gspca_conex-objs := conex.o |
| 34 | gspca_etoms-objs := etoms.o |
| 35 | gspca_finepix-objs := finepix.o |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 36 | gspca_jeilinj-objs := jeilinj.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 37 | gspca_mars-objs := mars.o |
| 38 | gspca_mr97310a-objs := mr97310a.o |
| 39 | gspca_ov519-objs := ov519.o |
| 40 | gspca_ov534-objs := ov534.o |
| 41 | gspca_pac207-objs := pac207.o |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 42 | gspca_pac7302-objs := pac7302.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 43 | gspca_pac7311-objs := pac7311.o |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 44 | gspca_sn9c20x-objs := sn9c20x.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 45 | gspca_sonixb-objs := sonixb.o |
| 46 | gspca_sonixj-objs := sonixj.o |
| 47 | gspca_spca500-objs := spca500.o |
| 48 | gspca_spca501-objs := spca501.o |
| 49 | gspca_spca505-objs := spca505.o |
| 50 | gspca_spca506-objs := spca506.o |
| 51 | gspca_spca508-objs := spca508.o |
| 52 | gspca_spca561-objs := spca561.o |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 53 | gspca_sq905-objs := sq905.o |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 54 | gspca_sq905c-objs := sq905c.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 55 | gspca_stk014-objs := stk014.o |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 56 | gspca_stv0680-objs := stv0680.o |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 57 | gspca_sunplus-objs := sunplus.o |
| 58 | gspca_t613-objs := t613.o |
| 59 | gspca_tv8532-objs := tv8532.o |
| 60 | gspca_vc032x-objs := vc032x.o |
| 61 | gspca_zc3xx-objs := zc3xx.o |
Erik Andren | c109f81 | 2008-10-01 04:51:53 -0300 | [diff] [blame] | 62 | |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 63 | obj-$(CONFIG_USB_M5602) += m5602/ |
| 64 | obj-$(CONFIG_USB_STV06XX) += stv06xx/ |
Olivier Lorin | 4f7cb88 | 2009-09-15 14:17:07 -0300 | [diff] [blame] | 65 | obj-$(CONFIG_USB_GL860) += gl860/ |