diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1180,7 +1180,7 @@ MRPROPER_FILES += .config .config.old .version .old_version \ | |||
1180 | # | 1180 | # |
1181 | clean: rm-dirs := $(CLEAN_DIRS) | 1181 | clean: rm-dirs := $(CLEAN_DIRS) |
1182 | clean: rm-files := $(CLEAN_FILES) | 1182 | clean: rm-files := $(CLEAN_FILES) |
1183 | clean-dirs := $(addprefix _clean_,$(srctree) $(vmlinux-alldirs) Documentation) | 1183 | clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation) |
1184 | 1184 | ||
1185 | PHONY += $(clean-dirs) clean archclean | 1185 | PHONY += $(clean-dirs) clean archclean |
1186 | $(clean-dirs): | 1186 | $(clean-dirs): |