X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile;h=3537aa23905fa54234b0526e41bb265723981b8e;hb=fa8410b355251fd30341662a40ac6b22d3e38468;hp=35603556023e0d36a680d87c45bbb6fd36cd5fd0;hpb=194d6ad32e1eef433c61040385dcfd98e6fe2ef9;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index 35603556023e..3537aa23905f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 -PATCHLEVEL = 7 +PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc3 NAME = Psychotic Stoned Sheep # *DOCUMENTATION* @@ -635,13 +635,6 @@ endif # Tell gcc to never replace conditional load with a non-conditional one KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0) -PHONY += gcc-plugins -gcc-plugins: scripts_basic -ifdef CONFIG_GCC_PLUGINS - $(Q)$(MAKE) $(build)=scripts/gcc-plugins -endif - @: - include scripts/Makefile.gcc-plugins ifdef CONFIG_READABLE_ASM