summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-10-25 05:48:23 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-26 09:31:29 -0700
commite69f58c037ab5b166b3858fa7b5d7fa470613e8f (patch)
treeb6686a54dfb402cceef1a696bbc6037f3adf368b /Makefile
parent516723215ca1f9bce154e3dcec71234ee3650343 (diff)
downloadlinux-0-day-e69f58c037ab5b166b3858fa7b5d7fa470613e8f.tar.gz
linux-0-day-e69f58c037ab5b166b3858fa7b5d7fa470613e8f.tar.xz
kbuild: add ARCH=sparc32 target
Add 'sparc32' ARCH target to test all{yes,mod}config for 32-bit build. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e438055a92c5..8da668512f5d4 100644
--- a/Makefile
+++ b/Makefile
@@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64)
endif
# Additional ARCH settings for sparc
+ifeq ($(ARCH),sparc32)
+ SRCARCH := sparc
+endif
ifeq ($(ARCH),sparc64)
SRCARCH := sparc
endif