summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 34b7006b2c9a..cdb9b23fcfc5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1VERSION = 3 1VERSION = 3
2PATCHLEVEL = 3 2PATCHLEVEL = 4
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = -rc2 4EXTRAVERSION = -rc2
5NAME = Saber-toothed Squirrel 5NAME = Saber-toothed Squirrel
@@ -1172,7 +1172,7 @@ MRPROPER_FILES += .config .config.old .version .old_version \
1172# 1172#
1173clean: rm-dirs := $(CLEAN_DIRS) 1173clean: rm-dirs := $(CLEAN_DIRS)
1174clean: rm-files := $(CLEAN_FILES) 1174clean: rm-files := $(CLEAN_FILES)
1175clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation) 1175clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation samples)
1176 1176
1177PHONY += $(clean-dirs) clean archclean 1177PHONY += $(clean-dirs) clean archclean
1178$(clean-dirs): 1178$(clean-dirs):