X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=188523e9e880dfc6227ef149741ffdb8fbd63450;hb=e7598322f418926b9aa3d814e2c88ae7995fa61a;hp=c10b734339dbe10bb257a330c4eb9dad9eb1265e;hpb=2946369ee277fa9fcc3372aabddc9c15dfabf744;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index c10b734..188523e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 0 -EXTRAVERSION = -rc8 -NAME = Shuffling Zombie Juror +SUBLEVEL = 15 +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