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 <masashi.honma@gmail.com>
pull/4595/head
Masashi Honma 2021-11-22 05:36:12 +09:00
parent 5182e2a8c8
commit 30a01a0758
1 changed files with 3 additions and 0 deletions

View File

@ -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: