commit | e69f58c037ab5b166b3858fa7b5d7fa470613e8f | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Oct 25 05:48:23 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 26 09:31:29 2010 -0700 |
tree | b6686a54dfb402cceef1a696bbc6037f3adf368b | |
parent | 516723215ca1f9bce154e3dcec71234ee3650343 [diff] [blame] |
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>
diff --git a/Makefile b/Makefile index 3e43805..8da6685 100644 --- a/Makefile +++ b/Makefile
@@ -204,6 +204,9 @@ endif # Additional ARCH settings for sparc +ifeq ($(ARCH),sparc32) + SRCARCH := sparc +endif ifeq ($(ARCH),sparc64) SRCARCH := sparc endif