X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=abcfa85f8f825392890bc26da007e5af3fd94d6c;hb=a6fe23be90aa78783523a25330e09bfaa43a1581;hp=bbe8453baa749253a4d14121f73dc5de7dc71fca;hpb=a137802ee839ace40079bebde24cfb416f73208a;p=mirror_ubuntu-zesty-kernel.git diff --git a/Makefile b/Makefile index bbe8453baa74..abcfa85f8f82 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 31 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc6 NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* @@ -343,7 +343,8 @@ KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration \ - -Wno-format-security + -Wno-format-security \ + -fno-delete-null-pointer-checks KBUILD_AFLAGS := -D__ASSEMBLY__ # Read KERNELRELEASE from include/config/kernel.release (if it exists)