summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-01-14 12:37:18 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 18:10:40 (GMT)
commit54e8bc5d64a651e2fb8b2366637e6a7d920a4c70 (patch)
tree92333fdfaeb7c2a0261e2443dcce05ba4edffc0d /drivers/media/video/gspca/Makefile
parented9885aa8145d0cd531ac53d1456a6b3d238150c (diff)
downloadlinux-fsl-qoriq-54e8bc5d64a651e2fb8b2366637e6a7d920a4c70.tar.xz
V4L/DVB (14003): gspca_cpai1: New gspca subdriver for CPIA CPiA version 1 cams
This new driver supports USB PIA CPiA version 1 cams, replacing the old v4l1 driver. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Makefile')
-rw-r--r--drivers/media/video/gspca/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Makefile b/drivers/media/video/gspca/Makefile
index 6437220..6e4cf1c 100644
--- a/drivers/media/video/gspca/Makefile
+++ b/drivers/media/video/gspca/Makefile
@@ -1,6 +1,7 @@
obj-$(CONFIG_USB_GSPCA) += gspca_main.o
obj-$(CONFIG_USB_GSPCA_BENQ) += gspca_benq.o
obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o
+obj-$(CONFIG_USB_GSPCA_CPIA1) += gspca_cpia1.o
obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o
obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o
obj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o
@@ -35,6 +36,7 @@ obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o
gspca_main-objs := gspca.o
gspca_benq-objs := benq.o
gspca_conex-objs := conex.o
+gspca_cpia1-objs := cpia1.o
gspca_etoms-objs := etoms.o
gspca_finepix-objs := finepix.o
gspca_jeilinj-objs := jeilinj.o