X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=dd67be65771671348d017de548adb31dfaf7c3b4;hb=5c4f9098b76b4d3aa797513db19bb11696942953;hp=25d38b79b3e0be909f0a45643addd4f4ecadde19;hpb=0239181b705a34881884b862d626c321e2e1eb07;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index 25d38b79b3e0..dd67be657716 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 13 +SUBLEVEL = 68 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