X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=14781f36e3274cb269f8ac6427b96c828e9c22e0;hb=3d336aa257ba382c3ad7883ee000cbacb761e411;hp=48d569d46ae1c023e6e9f0311612e50f78cb90bb;hpb=b04a92e1601eb6df3a3b6599e7fb7ee021eef2cb;p=linux-2.6 diff --git a/Makefile b/Makefile index 48d569d46a..14781f36e3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 -EXTRAVERSION =-rc3 +EXTRAVERSION = NAME=Sliding Snow Leopard # *DOCUMENTATION* @@ -517,6 +517,10 @@ else CFLAGS += -fomit-frame-pointer endif +ifdef CONFIG_UNWIND_INFO +CFLAGS += -fasynchronous-unwind-tables +endif + ifdef CONFIG_DEBUG_INFO CFLAGS += -g endif @@ -905,7 +909,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) # ---------------------------------------------------------------------------