Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug...
[deliverable/linux.git] / drivers / media / video / gspca / Makefile
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
5 obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o
6 obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o
7 obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o
8 obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o
9 obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o
10 obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o
11 obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o
12 obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o
13 obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o
14 obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o
15 obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o
16 obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o
17 obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o
18 obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o
19 obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o
20 obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o
21 obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o
22 obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o
23 obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o
24
25 gspca_main-objs := gspca.o
26 gspca_conex-objs := conex.o
27 gspca_etoms-objs := etoms.o
28 gspca_finepix-objs := finepix.o
29 gspca_mars-objs := mars.o
30 gspca_ov519-objs := ov519.o
31 gspca_ov534-objs := ov534.o
32 gspca_pac207-objs := pac207.o
33 gspca_pac7311-objs := pac7311.o
34 gspca_sonixb-objs := sonixb.o
35 gspca_sonixj-objs := sonixj.o
36 gspca_spca500-objs := spca500.o
37 gspca_spca501-objs := spca501.o
38 gspca_spca505-objs := spca505.o
39 gspca_spca506-objs := spca506.o
40 gspca_spca508-objs := spca508.o
41 gspca_spca561-objs := spca561.o
42 gspca_stk014-objs := stk014.o
43 gspca_sunplus-objs := sunplus.o
44 gspca_t613-objs := t613.o
45 gspca_tv8532-objs := tv8532.o
46 gspca_vc032x-objs := vc032x.o
47 gspca_zc3xx-objs := zc3xx.o
48
49 obj-$(CONFIG_USB_M5602) += m5602/
50 obj-$(CONFIG_USB_STV06XX) += stv06xx/
This page took 0.035279 seconds and 6 git commands to generate.