diff options
author | Namhyung Kim <namhyung@gmail.com> | 2010-10-25 01:48:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-26 12:31:29 -0400 |
commit | e69f58c037ab5b166b3858fa7b5d7fa470613e8f (patch) | |
tree | b6686a54dfb402cceef1a696bbc6037f3adf368b /Makefile | |
parent | 516723215ca1f9bce154e3dcec71234ee3650343 (diff) |
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-- | 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 |