mirror of https://github.com/wolfSSL/wolfssl.git
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
parent
5182e2a8c8
commit
30a01a0758
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue