mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Merge pull request #4595 from masap/fix-linuxkm
Fix failure of make distclean when linuxkm is enabled
This commit is contained in:
@@ -109,6 +109,12 @@ install modules_install:
|
||||
clean:
|
||||
+$(MAKE) -C $(KERNEL_ROOT) M=$(MODULE_TOP) src=$(MODULE_TOP) clean
|
||||
|
||||
.PHONY: check
|
||||
check:
|
||||
|
||||
.PHONY: distclean
|
||||
distclean: clean
|
||||
|
||||
.PHONY: dist
|
||||
dist:
|
||||
|
||||
|
Reference in New Issue
Block a user