From: Namhyung Kim Date: Mon, 25 Oct 2010 05:48:23 +0000 (+0000) Subject: kbuild: add ARCH=sparc32 target X-Git-Tag: v2.6.37-rc1~46^2 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=e69f58c037ab5b166b3858fa7b5d7fa470613e8f kbuild: add ARCH=sparc32 target Add 'sparc32' ARCH target to test all{yes,mod}config for 32-bit build. Signed-off-by: Namhyung Kim Signed-off-by: David S. Miller --- diff --git a/Makefile b/Makefile index 3e438055a92..8da668512f5 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