X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=2b66d33988783cec3dc25027faac9c3859740d08;hb=10942019040c5557556ec22aae0f771b2a1a1a6d;hp=ff5e0731d26df81324fc1ae4b456d23bb4c222db;hpb=a8205e310011f09cc73cd577d7b0074c57b9bb54;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index ff5e0731d26d..2b66d3398878 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc6 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)