diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -205,13 +205,14 @@ ifeq ($(ARCH),x86_64) | |||
205 | SRCARCH := x86 | 205 | SRCARCH := x86 |
206 | endif | 206 | endif |
207 | 207 | ||
208 | # Where to locate arch specific headers | 208 | # Additional ARCH settings for sparc |
209 | ifeq ($(ARCH),sparc64) | 209 | ifeq ($(ARCH),sparc64) |
210 | hdr-arch := sparc | 210 | SRCARCH := sparc |
211 | else | ||
212 | hdr-arch := $(SRCARCH) | ||
213 | endif | 211 | endif |
214 | 212 | ||
213 | # Where to locate arch specific headers | ||
214 | hdr-arch := $(SRCARCH) | ||
215 | |||
215 | KCONFIG_CONFIG ?= .config | 216 | KCONFIG_CONFIG ?= .config |
216 | 217 | ||
217 | # SHELL used by kbuild | 218 | # SHELL used by kbuild |