X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=60de4ef312547da0264a363c87d0165626a6db8c;hb=68f89400bc92421d6da22e1ec8e3ec599c3c8244;hp=bbe8453baa749253a4d14121f73dc5de7dc71fca;hpb=a137802ee839ace40079bebde24cfb416f73208a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index bbe8453..60de4ef 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 31 -EXTRAVERSION = -rc2 +EXTRAVERSION = 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)