X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=aa527a46c8070f77582671b71b6e5470c0f87aae;hb=6c5e0c4d518a37e1d5d794c14433e80284415079;hp=40f24810116ccfcf9fe775b03c0fd58eef5fe905;hpb=fb4284b2b7cfaf3b89557667587cca90bddccc59;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 40f24810116..aa527a46c80 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 26 -EXTRAVERSION = +SUBLEVEL = 27 +EXTRAVERSION = -rc1 NAME = Rotary Wombat # *DOCUMENTATION* @@ -206,7 +206,11 @@ ifeq ($(ARCH),x86_64) endif # Where to locate arch specific headers -hdr-arch := $(SRCARCH) +ifeq ($(ARCH),sparc64) + hdr-arch := sparc +else + hdr-arch := $(SRCARCH) +endif KCONFIG_CONFIG ?= .config