X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=19d012810fbbca2242460aeabad6ba5ed5c380ff;hb=343b529a00d43d38f753d8221bd9fcd9bbc73d5f;hp=f2116815416091dbfa7dcf58ae179ae3241ec1b1;hpb=d7d1f235aaffbac15a07455a774aca42d027638c;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index f21168154160..19d012810fbb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc5 NAME = Kleptomaniac Octopus # *DOCUMENTATION* @@ -882,10 +882,6 @@ KBUILD_CFLAGS_KERNEL += -ffunction-sections -fdata-sections LDFLAGS_vmlinux += --gc-sections endif -ifdef CONFIG_LIVEPATCH -KBUILD_CFLAGS += $(call cc-option, -flive-patching=inline-clone) -endif - ifdef CONFIG_SHADOW_CALL_STACK CC_FLAGS_SCS := -fsanitize=shadow-call-stack KBUILD_CFLAGS += $(CC_FLAGS_SCS)