From 30a01a075895aaff068da4c3f50de76cb35e17f9 Mon Sep 17 00:00:00 2001 From: Masashi Honma Date: Mon, 22 Nov 2021 05:36:12 +0900 Subject: [PATCH] Fix failure of check at commiting when linuxkm is enabled Making check in linuxkm make[2]: Entering directory '/home/honma/git/wolfssl/linuxkm' make[2]: warning: -j13 forced in submake: resetting jobserver mode. make[2]: *** No rule to make target 'check'. Stop. make[2]: Leaving directory '/home/honma/git/wolfssl/linuxkm' make[1]: *** [Makefile:6431: check-recursive] Error 1 make[1]: Leaving directory '/home/honma/git/wolfssl' make: *** [Makefile:6901: check] Error 2 Signed-off-by: Masashi Honma --- linuxkm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linuxkm/Makefile b/linuxkm/Makefile index 3f455ce24..7ee80c8e8 100644 --- a/linuxkm/Makefile +++ b/linuxkm/Makefile @@ -109,6 +109,9 @@ install modules_install: clean: +$(MAKE) -C $(KERNEL_ROOT) M=$(MODULE_TOP) src=$(MODULE_TOP) clean +.PHONY: check +check: + .PHONY: dist dist: