aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b98943a466c5..d71bfdee7fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -1180,7 +1180,7 @@ MRPROPER_FILES += .config .config.old .version .old_version \
1180# 1180#
1181clean: rm-dirs := $(CLEAN_DIRS) 1181clean: rm-dirs := $(CLEAN_DIRS)
1182clean: rm-files := $(CLEAN_FILES) 1182clean: rm-files := $(CLEAN_FILES)
1183clean-dirs := $(addprefix _clean_,$(srctree) $(vmlinux-alldirs) Documentation) 1183clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation)
1184 1184
1185PHONY += $(clean-dirs) clean archclean 1185PHONY += $(clean-dirs) clean archclean
1186$(clean-dirs): 1186$(clean-dirs):