X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=Makefile;h=dd2dba85aa9c3ffc80afd8169dd6d107d0fa7b82;hp=c6863b55f7c7a48d53338d51d6c5a6b711cbadc1;hb=b40a831c0f1d1cdd9342c5bf09f259d0834c442f;hpb=f93f0b9cf7c6056ebeb844ed68a8e44888fffa05 diff --git a/Makefile b/Makefile index c6863b55f7c7..dd2dba85aa9c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 0 -EXTRAVERSION = -rc6 -NAME = Unicycling Gorilla +SUBLEVEL = 54 +EXTRAVERSION = +NAME = TOSSUG Baby Fish # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -373,7 +373,9 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration \ -Wno-format-security \ - -fno-delete-null-pointer-checks + -fno-delete-null-pointer-checks \ + -w + KBUILD_AFLAGS_KERNEL := KBUILD_CFLAGS_KERNEL := KBUILD_AFLAGS := -D__ASSEMBLY__ @@ -614,6 +616,8 @@ KBUILD_CFLAGS += -fomit-frame-pointer endif endif +KBUILD_CFLAGS += $(call cc-option, -fno-var-tracking-assignments) + ifdef CONFIG_DEBUG_INFO KBUILD_CFLAGS += -g KBUILD_AFLAGS += -gdwarf-2