X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=d0c19fcead809163920748f3f60e2c597152a6ab;hb=7a88849f10f0aed2ba93e07f915939fa97471d20;hp=78209ee1f9811724f2ccc79b023fe2c7ad321105;hpb=c3bebc71c4bcdafa24b506adf0c1de3c1f77e2e0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index 78209ee..d0c19fc 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 0 -EXTRAVERSION = -rc5 -NAME = Shuffling Zombie Juror +SUBLEVEL = 24 +EXTRAVERSION = -ltsi +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