dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Namhyung Kim 2010-10-25 05:48:23 +00:00 committed by David S. Miller
parent 516723215c
commit e69f58c037
1 changed files with 3 additions and 0 deletions

View File

@ -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