V4L/DVB (10638): gspca - t613: Bad debug level when displaying the sensor type.
[deliverable/linux.git] / drivers / media / video / gspca / Makefile
CommitLineData
d661e622
KG
1obj-$(CONFIG_USB_GSPCA) += gspca_main.o
2obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o
3obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o
4obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o
5obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o
6obj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o
7obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o
8obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o
9obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o
10obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o
11obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o
12obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o
13obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o
14obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o
15obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o
16obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o
17obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o
18obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o
19obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o
20obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o
21obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o
22obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o
23obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o
24obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o
63eb9546 25
d661e622
KG
26gspca_main-objs := gspca.o
27gspca_conex-objs := conex.o
28gspca_etoms-objs := etoms.o
29gspca_finepix-objs := finepix.o
30gspca_mars-objs := mars.o
31gspca_mr97310a-objs := mr97310a.o
32gspca_ov519-objs := ov519.o
33gspca_ov534-objs := ov534.o
34gspca_pac207-objs := pac207.o
35gspca_pac7311-objs := pac7311.o
36gspca_sonixb-objs := sonixb.o
37gspca_sonixj-objs := sonixj.o
38gspca_spca500-objs := spca500.o
39gspca_spca501-objs := spca501.o
40gspca_spca505-objs := spca505.o
41gspca_spca506-objs := spca506.o
42gspca_spca508-objs := spca508.o
43gspca_spca561-objs := spca561.o
44gspca_stk014-objs := stk014.o
45gspca_sunplus-objs := sunplus.o
46gspca_t613-objs := t613.o
47gspca_tv8532-objs := tv8532.o
48gspca_vc032x-objs := vc032x.o
49gspca_zc3xx-objs := zc3xx.o
c109f816 50
d661e622
KG
51obj-$(CONFIG_USB_M5602) += m5602/
52obj-$(CONFIG_USB_STV06XX) += stv06xx/
This page took 0.14577 seconds and 5 git commands to generate.