Merge pull request #4595 from masap/fix-linuxkm

Fix failure of make distclean when linuxkm is enabled
This commit is contained in:
David Garske
2021-11-22 12:01:21 -08:00
committed by GitHub

View File

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