X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=beb7e6f0803b2a6c9cae3a8877697dc66142872c;hb=1da286ebc5a1d23d0b4b88ba0d64fc141ac4c37d;hp=ef779ec26f62c21c3777ee6f9a0fa437bd5825aa;hpb=56f1f4b24e8787d7ba794dbe2e949d504c054892;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index ef779ec..beb7e6f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 0 -EXTRAVERSION = -rc7 -NAME = Shuffling Zombie Juror +SUBLEVEL = 20 +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