Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / drivers / media / video / gspca / Makefile
CommitLineData
d661e622 1obj-$(CONFIG_USB_GSPCA) += gspca_main.o
0a71d9ce 2obj-$(CONFIG_USB_GSPCA_BENQ) += gspca_benq.o
d661e622 3obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o
54e8bc5d 4obj-$(CONFIG_USB_GSPCA_CPIA1) += gspca_cpia1.o
d661e622
KG
5obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o
6obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o
3040b043 7obj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o
fe3449a4 8obj-$(CONFIG_USB_GSPCA_JL2005BCD) += gspca_jl2005bcd.o
6612155a 9obj-$(CONFIG_USB_GSPCA_KINECT) += gspca_kinect.o
b517af72 10obj-$(CONFIG_USB_GSPCA_KONICA) += gspca_konica.o
d661e622
KG
11obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o
12obj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o
ce5b2acc 13obj-$(CONFIG_USB_GSPCA_NW80X) += gspca_nw80x.o
d661e622
KG
14obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o
15obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o
c52af799 16obj-$(CONFIG_USB_GSPCA_OV534_9) += gspca_ov534_9.o
d661e622 17obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o
1408b847 18obj-$(CONFIG_USB_GSPCA_PAC7302) += gspca_pac7302.o
d661e622 19obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o
c27cea03 20obj-$(CONFIG_USB_GSPCA_SE401) += gspca_se401.o
5bdd00b9 21obj-$(CONFIG_USB_GSPCA_SN9C2028) += gspca_sn9c2028.o
26e744b6 22obj-$(CONFIG_USB_GSPCA_SN9C20X) += gspca_sn9c20x.o
d661e622
KG
23obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o
24obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o
25obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o
26obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o
27obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o
28obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o
29obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o
30obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o
5b0ff8c4 31obj-$(CONFIG_USB_GSPCA_SPCA1528) += gspca_spca1528.o
27d35fc3 32obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o
14a19c0a 33obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o
618a864e 34obj-$(CONFIG_USB_GSPCA_SQ930X) += gspca_sq930x.o
d661e622
KG
35obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o
36obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o
21f1b932 37obj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o
d661e622 38obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o
8f12b1ab 39obj-$(CONFIG_USB_GSPCA_TOPRO) += gspca_topro.o
d661e622
KG
40obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o
41obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o
49b61ec9 42obj-$(CONFIG_USB_GSPCA_VICAM) += gspca_vicam.o
1f33de0f 43obj-$(CONFIG_USB_GSPCA_XIRLINK_CIT) += gspca_xirlink_cit.o
d661e622 44obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o
63eb9546 45
d661e622 46gspca_main-objs := gspca.o
0a71d9ce 47gspca_benq-objs := benq.o
d661e622 48gspca_conex-objs := conex.o
54e8bc5d 49gspca_cpia1-objs := cpia1.o
d661e622
KG
50gspca_etoms-objs := etoms.o
51gspca_finepix-objs := finepix.o
3040b043 52gspca_jeilinj-objs := jeilinj.o
fe3449a4 53gspca_jl2005bcd-objs := jl2005bcd.o
6612155a 54gspca_kinect-objs := kinect.o
b517af72 55gspca_konica-objs := konica.o
d661e622
KG
56gspca_mars-objs := mars.o
57gspca_mr97310a-objs := mr97310a.o
ce5b2acc 58gspca_nw80x-objs := nw80x.o
d661e622
KG
59gspca_ov519-objs := ov519.o
60gspca_ov534-objs := ov534.o
c52af799 61gspca_ov534_9-objs := ov534_9.o
d661e622 62gspca_pac207-objs := pac207.o
1408b847 63gspca_pac7302-objs := pac7302.o
d661e622 64gspca_pac7311-objs := pac7311.o
c27cea03 65gspca_se401-objs := se401.o
5bdd00b9 66gspca_sn9c2028-objs := sn9c2028.o
26e744b6 67gspca_sn9c20x-objs := sn9c20x.o
d661e622
KG
68gspca_sonixb-objs := sonixb.o
69gspca_sonixj-objs := sonixj.o
70gspca_spca500-objs := spca500.o
71gspca_spca501-objs := spca501.o
72gspca_spca505-objs := spca505.o
73gspca_spca506-objs := spca506.o
74gspca_spca508-objs := spca508.o
75gspca_spca561-objs := spca561.o
5b0ff8c4 76gspca_spca1528-objs := spca1528.o
27d35fc3 77gspca_sq905-objs := sq905.o
14a19c0a 78gspca_sq905c-objs := sq905c.o
618a864e 79gspca_sq930x-objs := sq930x.o
d661e622 80gspca_stk014-objs := stk014.o
21f1b932 81gspca_stv0680-objs := stv0680.o
d661e622
KG
82gspca_sunplus-objs := sunplus.o
83gspca_t613-objs := t613.o
8f12b1ab 84gspca_topro-objs := topro.o
d661e622
KG
85gspca_tv8532-objs := tv8532.o
86gspca_vc032x-objs := vc032x.o
49b61ec9 87gspca_vicam-objs := vicam.o
1f33de0f 88gspca_xirlink_cit-objs := xirlink_cit.o
d661e622 89gspca_zc3xx-objs := zc3xx.o
c109f816 90
d661e622
KG
91obj-$(CONFIG_USB_M5602) += m5602/
92obj-$(CONFIG_USB_STV06XX) += stv06xx/
4f7cb883 93obj-$(CONFIG_USB_GL860) += gl860/
This page took 0.370419 seconds and 5 git commands to generate.