Commit a90331d5 authored by Federico Vaga's avatar Federico Vaga Committed by Alessandro Rubini

Makefile: add coccicheck support

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 55db5a3c
......@@ -23,6 +23,10 @@ modules_install:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) $@
coccicheck:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) coccicheck
.PHONY: tools
tools:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment