X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=05279d4f44c937c04a1ae06d877a7cd4ba26e075;hb=93927a247ca105482a9dbaf58a739c5db2546990;hp=eed07f3f93085bf565761f05a7780271d6dc8588;hpb=774e1e67ef51e643e0415baddcbd26f4d44e3270;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index eed07f3..05279d4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 3 +SUBLEVEL = 18 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