X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=0dd13e40ba810bc448e9c744221ec69579439953;hb=b7fd0d5939ff4b94881ab71ebebf790deef49ddd;hp=81f1bf390310700673d40d45c9bb2b36ad6e61ef;hpb=a53c8ceb01c5ae29ae26ab1f97d53018b2021a29;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index 81f1bf3..0dd13e4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 0 -EXTRAVERSION = -rc4 -NAME = Shuffling Zombie Juror +SUBLEVEL = 14 +EXTRAVERSION = +NAME = Remembering Coco # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -639,6 +639,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 += -Wa,--gdwarf-2