diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-29 11:03:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-29 11:03:48 -0400 |
commit | c07724e5b868c603f2a65f3855c77b23454db3ed (patch) | |
tree | 658b1f0af5966e418f48a53e8b2f97e10b250f4f /Makefile | |
parent | 302f5bc54448bd2b37d5a8be9b6abc29397827ef (diff) | |
parent | e69f58c037ab5b166b3858fa7b5d7fa470613e8f (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
kbuild: add ARCH=sparc32 target
sparc32: fix build failure on CONFIG_SPARC_LEON
sparc: Fixed random SPARC/LEON SMP CPU Stuck problem.
sparc32: remove CONFIG_HAVE_PERF_EVENTS option
sparc: don't #include asm/system.h in asm/jump_label.h
sparc32: Fix unaligned stack handling on trap return.
sparc: keep calling do_signal() as long as pending signals remain
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64) | |||
204 | endif | 204 | endif |
205 | 205 | ||
206 | # Additional ARCH settings for sparc | 206 | # Additional ARCH settings for sparc |
207 | ifeq ($(ARCH),sparc32) | ||
208 | SRCARCH := sparc | ||
209 | endif | ||
207 | ifeq ($(ARCH),sparc64) | 210 | ifeq ($(ARCH),sparc64) |
208 | SRCARCH := sparc | 211 | SRCARCH := sparc |
209 | endif | 212 | endif |