X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=9d4f30d0d2013fc9f7dd0658265f79907bb590b7;hb=d18b9ba808322f843375c262a7df889ff406a71c;hp=9cf513828341b7aed6664eeb5c8a01c46bd08855;hpb=5f00470fca4b1e5a518cb9984a34155b905554e1;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index 9cf513828341..9d4f30d0d201 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 43 +SUBLEVEL = 60 EXTRAVERSION = NAME = TOSSUG Baby Fish @@ -614,6 +614,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 += -gdwarf-2