mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
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>
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user