aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3598ef3c777..599e744d3e33 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 15 3SUBLEVEL = 15
4EXTRAVERSION =-rc1 4EXTRAVERSION =
5NAME=Affluent Albatross 5NAME=Sliding Snow Leopard
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help" 8# To see a list of typical targets execute "make help"
@@ -404,7 +404,7 @@ outputmakefile:
404# of make so .config is not included in this case either (for *config). 404# of make so .config is not included in this case either (for *config).
405 405
406no-dot-config-targets := clean mrproper distclean \ 406no-dot-config-targets := clean mrproper distclean \
407 cscope TAGS tags help %docs check% kernelrelease 407 cscope TAGS tags help %docs check%
408 408
409config-targets := 0 409config-targets := 0
410mixed-targets := 0 410mixed-targets := 0