From 5d5460024b64e9fa09811e9216a64bddef0753ac Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 25 Oct 2018 23:20:44 +0200 Subject: makefile: include selftests in style check --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index e1d271e..fcfa069 100644 --- a/src/Makefile +++ b/src/Makefile @@ -63,7 +63,7 @@ tools-debug: @$(MAKE) -C tools V=1 DEBUG_TOOLS=y style: - $(KERNELDIR)/scripts/checkpatch.pl -f --max-line-length=4000 --codespell --color=always $(filter-out wireguard.mod.c,$(wildcard *.c)) $(wildcard *.h) + $(KERNELDIR)/scripts/checkpatch.pl -f --max-line-length=4000 --codespell --color=always $(filter-out wireguard.mod.c,$(wildcard *.c)) $(wildcard *.h) $(wildcard selftest/*.c) check: clean scan-build --html-title=WireGuard -maxloop 100 --view --keep-going $(MAKE) module tools CONFIG_WIREGUARD_DEBUG=y C=2 CF="-D__CHECK_ENDIAN__" -- cgit v1.2.3-59-g8ed1b