projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5167232
)
kbuild: add ARCH=sparc32 target
author
Namhyung Kim
<namhyung@gmail.com>
Mon, 25 Oct 2010 05:48:23 +0000
(
05:48
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Oct 2010 16:31:29 +0000
(09:31 -0700)
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>
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 3e438055a92c503d48858761d56e00bcd9848276..8da668512f5d4958fb7037aa8a20c063a2afec1e 100644
(file)
--- 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