X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=d8b42f71ea5a6ba92ab3720b2408102248397fe7;hb=a83e4448958bd0542012648411b868c5a4d57b33;hp=b75cc30af7bbe5e752d6dd51fd088d4cc51e554c;hpb=cb5d8be972cfbea114ea56fd63ed5ce1644863df;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index b75cc30af7bb..d8b42f71ea5a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 1 +SUBLEVEL = 71 EXTRAVERSION = -NAME = Unicycling Gorilla +NAME = TOSSUG Baby Fish # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -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