X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=Makefile;h=7ec3b97336ca4bcb4a4115755b0af25b0ce35875;hb=6524036a1e5736a07466208362d83ddf31aae3ac;hp=a9ae5dc0aa161e4f4c809fb6a1f9b8f6e8a0c9c7;hpb=c879c634c928223765cf50103ddaf32f2a55fed0;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/Makefile b/Makefile index a9ae5dc0aa16..7ec3b97336ca 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 28 -EXTRAVERSION = -rc5 -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