X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=b1746b486646071efc03fee6faa103b81d75f19c;hb=012c0f413d5d28c2e49f22d39a51d9e65cc87ee7;hp=7d0b6992d9ed493901ccc87114c553f87bb49ae1;hpb=387df1bd3fc46bc695b317dda38b3254f4409036;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index 7d0b699..b1746b4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 1 +SUBLEVEL = 19 EXTRAVERSION = -NAME = Shuffling Zombie Juror +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