]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Makefile
Linux 2.6.16.35
[karo-tx-linux.git] / Makefile
index 46eea76bc57088c14b427800354df5b5cb98b8b5..d4248465064a77e305216a7b75dff5cfcc38d34b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 16
-EXTRAVERSION =-rc5
-NAME=Sliding Snow Leopard
+EXTRAVERSION = .35
+NAME=Stable Penguin
 
 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"
@@ -905,7 +905,7 @@ define filechk_version.h
        )
 endef
 
-include/linux/version.h: $(srctree)/Makefile .config FORCE
+include/linux/version.h: $(srctree)/Makefile .config .kernelrelease FORCE
        $(call filechk,version.h)
 
 # ---------------------------------------------------------------------------