Skip to content
Snippets Groups Projects
Commit a90331d5 authored by Federico Vaga's avatar Federico Vaga Committed by Alessandro Rubini
Browse files

Makefile: add coccicheck support


Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 55db5a3c
Branches
Tags
No related merge requests found
......@@ -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:
......
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