diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 16:34:26 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 16:34:26 -0200 |
commit | cdac3fcffa086178870fd6f48bc828d0ca878905 (patch) | |
tree | e644df98480774f3d5f839cae907845221454e7f /v4l/Makefile | |
parent | db762262e6462dc271dbd1bb302f727ef6caa44c (diff) | |
parent | 555a3965e83ee2a24df89423a301b802d0a54c5e (diff) | |
download | mediapointer-dvb-s2-cdac3fcffa086178870fd6f48bc828d0ca878905.tar.gz mediapointer-dvb-s2-cdac3fcffa086178870fd6f48bc828d0ca878905.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 75e9c50ef..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 @@ -395,6 +396,17 @@ push:: make -C .. push ################################################# +# Consistency checks +checkemacs:: + scripts/check.pl + +checketerse:: + scripts/check.pl -t + +checkpatch:: + scripts/check.pl -c + +################################################# # Help help:: @cat ../INSTALL |