X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=b571211a32b529112229c7584415a6ed3db0cab6;hp=6aaceec17ea2ef895bc80ac32dfce9f730613819;hb=303f7c4c27da1ba0d54c62eb1ae66330bc1c835e;hpb=6b85c8c37160135bd9b3fb1dc652ddd230093c25 diff --git a/Makefile b/Makefile index 6aaceec17ea2..b571211a32b5 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 99 +SUBLEVEL = 101 EXTRAVERSION = -NAME = Saber-toothed Squirrel +NAME = Sleepy Otter # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -559,7 +559,7 @@ endif # $(dot-config) all: vmlinux ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE -KBUILD_CFLAGS += -Os +KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,) else KBUILD_CFLAGS += -O2 endif