X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=0d46615bffe5c95704a83cfb7cdf82d2fa792c48;hb=ed248b290da7297c9b9a3ff180f5eee4db016224;hp=bbe8453baa749253a4d14121f73dc5de7dc71fca;hpb=4a390e07fc53ce9dd615d7b788e9ecc73f87ad94;p=~andy%2Flinux diff --git a/Makefile b/Makefile index bbe8453baa7..0d46615bffe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 31 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc5 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)