X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ddbfcac299c1c587c2e9f5d172bfb3e052b12118;hb=18f3fa1e2eab297a2f7ec704385fa0ecfda0de55;hp=562a90902cf698cc34e6e804ffdd9e20ed54828f;hpb=55663219378eecd6fccb319be27ce6737a535e4c;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 562a90902cf..ddbfcac299c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 22 -EXTRAVERSION = -rc3 -NAME = Jeff Thinks I Should Change This, But To What? +EXTRAVERSION = +NAME = Holy Dancing Manatees, Batman! # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -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)