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 b1c458c2522d..497884d3d556 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 15 3SUBLEVEL = 15
4EXTRAVERSION =-rc5 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"
@@ -408,7 +408,7 @@ outputmakefile:
408# of make so .config is not included in this case either (for *config). 408# of make so .config is not included in this case either (for *config).
409 409
410no-dot-config-targets := clean mrproper distclean \ 410no-dot-config-targets := clean mrproper distclean \
411 cscope TAGS tags help %docs check% kernelrelease 411 cscope TAGS tags help %docs check%
412 412
413config-targets := 0 413config-targets := 0
414mixed-targets := 0 414mixed-targets := 0