summaryrefslogtreecommitdiff
path: root/v4l2-apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-apps/Makefile')
-rw-r--r--v4l2-apps/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l2-apps/Makefile b/v4l2-apps/Makefile
new file mode 100644
index 000000000..fc7d21650
--- /dev/null
+++ b/v4l2-apps/Makefile
@@ -0,0 +1,8 @@
+# Makefile for linuxtv.org v4l2-apps
+
+.PHONY: all clean install
+
+all clean install:
+ $(MAKE) -C lib $@
+ $(MAKE) -C test $@
+ $(MAKE) -C util $@