X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=216e47ac025b54bf9f58c80ad28dfdb0e601a9d1;hb=87ff6d1c06943e5e727972c7f914f3eda5128dff;hp=f2d1225828c2d5d0d81f4179e0e123bade1e5fa1;hpb=fce5b5fc495819be9eef7d4d41a9659b2968c7ea;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index f2d1225..216e47a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 7 -EXTRAVERSION = +SUBLEVEL = 25 +EXTRAVERSION = -ltsi NAME = Remembering Coco # *DOCUMENTATION* @@ -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