summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/easycap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/easycap/Makefile')
-rw-r--r--drivers/staging/media/easycap/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/media/easycap/Makefile b/drivers/staging/media/easycap/Makefile
new file mode 100644
index 000000000000..a34e75f59c18
--- /dev/null
+++ b/drivers/staging/media/easycap/Makefile
@@ -0,0 +1,10 @@
+easycap-objs := easycap_main.o
+easycap-objs += easycap_low.o
+easycap-objs += easycap_ioctl.o
+easycap-objs += easycap_settings.o
+easycap-objs += easycap_testcard.o
+easycap-objs += easycap_sound.o
+obj-$(CONFIG_EASYCAP) += easycap.o
+
+ccflags-y := -Wall
+