X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ddbfcac299c1c587c2e9f5d172bfb3e052b12118;hb=6300ea75031e7aebfe3331245b7f750d82621223;hp=8a3c2717e3886c536b44a93dc5331054fbea1d24;hpb=25243633c29b72c4edd5fe9cfcbd76aa5eef8b36;p=linux-2.6 diff --git a/Makefile b/Makefile index 8a3c2717e3..ddbfcac299 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 22 -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = Holy Dancing Manatees, Batman! # *DOCUMENTATION* @@ -313,7 +313,8 @@ LINUXINCLUDE := -Iinclude \ CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ - -fno-strict-aliasing -fno-common + -fno-strict-aliasing -fno-common \ + -Werror-implicit-function-declaration AFLAGS := -D__ASSEMBLY__ # Read KERNELRELEASE from include/config/kernel.release (if it exists)