summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index f78842c70..60bf0b317 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -43,6 +43,7 @@ default:: config-compat.h Makefile.media links oss
@echo Kernel build directory is $(OUTDIR)
$(MAKE) -C $(OUTDIR) SUBDIRS=$(PWD) $(MYCFLAGS) modules
./scripts/rmmod.pl check
+# $(MAKE) checkpatch
#################################################
# Object specific rules
@@ -399,6 +400,12 @@ push::
checkemacs::
scripts/check.pl
+checketerse::
+ scripts/check.pl -t
+
+checkpatch::
+ scripts/check.pl -c
+
#################################################
# Help
help::