X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=Makefile;h=7ec3b97336ca4bcb4a4115755b0af25b0ce35875;hb=6524036a1e5736a07466208362d83ddf31aae3ac;hp=7f9ff9bf1544049db441f9d0be0da6df628cd0d5;hpb=90aaa53c5a5af33a061313681d8f3234712b866b;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/Makefile b/Makefile index 7f9ff9bf1544..7ec3b97336ca 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 28 -EXTRAVERSION = -rc4 -NAME = Killer Bat of Doom +EXTRAVERSION = -rc7 +NAME = Erotic Pickled Herring # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -205,13 +205,14 @@ ifeq ($(ARCH),x86_64) SRCARCH := x86 endif -# Where to locate arch specific headers +# Additional ARCH settings for sparc ifeq ($(ARCH),sparc64) - hdr-arch := sparc -else - hdr-arch := $(SRCARCH) + SRCARCH := sparc endif +# Where to locate arch specific headers +hdr-arch := $(SRCARCH) + KCONFIG_CONFIG ?= .config # SHELL used by kbuild