summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap/Makefile
diff options
context:
space:
mode:
authorR.M. Thomas <rmthomas@sciolus.org>2010-06-18 12:29:49 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 12:34:42 -0700
commit702422bd2d3f44e454a97ca7054edde84cc18126 (patch)
treee1a35dacb52fda0c7295e0dea63a5fd5f04e00be /drivers/staging/easycap/Makefile
parent178f16db8f24b87fc5f3d16f426ed41c397b96a9 (diff)
Staging: easycap: add easycap driver
This adds the easycap USB video adapter driver to the staging directory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/easycap/Makefile')
-rw-r--r--drivers/staging/easycap/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/easycap/Makefile b/drivers/staging/easycap/Makefile
new file mode 100644
index 000000000000..d93bd6b70a4b
--- /dev/null
+++ b/drivers/staging/easycap/Makefile
@@ -0,0 +1,13 @@
+
+obj-$(CONFIG_EASYCAP) += easycap.o
+
+easycap-objs := easycap_main.o easycap_low.o easycap_sound.o
+easycap-objs += easycap_ioctl.o easycap_settings.o
+easycap-objs += easycap_testcard.o
+
+EXTRA_CFLAGS += -Wall
+# Impose all or none of the following:
+EXTRA_CFLAGS += -DEASYCAP_IS_VIDEODEV_CLIENT
+EXTRA_CFLAGS += -DEASYCAP_NEEDS_V4L2_DEVICE_H
+EXTRA_CFLAGS += -DEASYCAP_NEEDS_V4L2_FOPS
+