summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v4l2-apps/Make.rules5
-rw-r--r--v4l2-apps/Makefile3
2 files changed, 8 insertions, 0 deletions
diff --git a/v4l2-apps/Make.rules b/v4l2-apps/Make.rules
index 0b6a76e98..d1b013317 100644
--- a/v4l2-apps/Make.rules
+++ b/v4l2-apps/Make.rules
@@ -46,3 +46,8 @@ clean::
rm -f *.d
-include *.d ...dummy
+
+commit update pull push insmod rmmod whitespace:
+ make -C ../.. $(MAKECMDGOALS)
+
+
diff --git a/v4l2-apps/Makefile b/v4l2-apps/Makefile
index cd5a18ff4..550473435 100644
--- a/v4l2-apps/Makefile
+++ b/v4l2-apps/Makefile
@@ -6,3 +6,6 @@ all clean install:
$(MAKE) -C lib $@
$(MAKE) -C util $@
$(MAKE) -C test $@
+
+%:
+ make -C .. $(MAKECMDGOALS)