summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8e4221bab40..ac1aec31d998 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,5 @@ all:
.PHONY: clean
clean:
+ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
+