Skip to content
Snippets Groups Projects
Commit e69f58c0 authored by Namhyung Kim's avatar Namhyung Kim Committed by David S. Miller
Browse files

kbuild: add ARCH=sparc32 target


Add 'sparc32' ARCH target to test all{yes,mod}config for 32-bit build.

Signed-off-by: default avatarNamhyung Kim <namhyung@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 51672321
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment