X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=f5cdb72ba2cef1e896e0ac87bba43cd940361399;hb=f699b7f351dceb754d58a836c8c16cf3de749cfc;hp=b4c04f734e56b0e546824e7956f29fef4590001a;hpb=1bbc9a66d0194449f32c2aa18be40db5744dbd85;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index b4c04f734e56..f5cdb72ba2ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 32 -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* @@ -221,7 +221,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ HOSTCC = gcc HOSTCXX = g++ -HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer +HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer HOSTCXXFLAGS = -O2 # Decide whether to build built-in, modular, or both.