X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=14781f36e3274cb269f8ac6427b96c828e9c22e0;hb=4af4c52f34606bdaab6930a845550c6fb02078a4;hp=77a448c8e77654594495d78639e71fd303e35f4f;hpb=bd71c2b17468a2531fb4c81ec1d73520845e97e1;p=mv-sheeva.git diff --git a/Makefile b/Makefile index 77a448c8e77..14781f36e32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 -EXTRAVERSION =-rc4 +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) # ---------------------------------------------------------------------------