X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Makefile;h=14781f36e3274cb269f8ac6427b96c828e9c22e0;hb=c32ccd87bfd1414b0aabfcd8dbc7539ad23bcbaa;hp=46eea76bc57088c14b427800354df5b5cb98b8b5;hpb=b5b9d6647c1cd5eee90b58941c55f874c2a7e707;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 46eea76bc57..14781f36e32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 -EXTRAVERSION =-rc5 +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) # ---------------------------------------------------------------------------