X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=0d504893df6e954b46d91007ebe0378d11820b5d;hb=7e3fd813717693597daaa95dee875f4cb2d911ef;hp=6471f20ca4009639995023471ae95a09e8364701;hpb=fbe601f7a34b395deb85a63ae5cddd0c084c8db1;p=linux-2.6-block.git diff --git a/Makefile b/Makefile index 6471f20ca400..0d504893df6e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 7 SUBLEVEL = 0 -EXTRAVERSION = -rc5 +EXTRAVERSION = -rc6 NAME = Psychotic Stoned Sheep # *DOCUMENTATION* @@ -363,11 +363,13 @@ CHECK = sparse CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \ -Wbitwise -Wno-return-void $(CF) +NOSTDINC_FLAGS = CFLAGS_MODULE = AFLAGS_MODULE = LDFLAGS_MODULE = CFLAGS_KERNEL = AFLAGS_KERNEL = +LDFLAGS_vmlinux = CFLAGS_GCOV = -fprofile-arcs -ftest-coverage -fno-tree-loop-im -Wno-maybe-uninitialized CFLAGS_KCOV = -fsanitize-coverage=trace-pc