git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00592e7
)
ARM: OMAP: Removed extra SUBARCH line
author
Tony Lindgren
<tony@atomide.com>
Wed, 29 Jun 2005 15:16:14 +0000
(08:16 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 29 Jun 2005 15:16:14 +0000
(08:16 -0700)
Removed extra SUBARCH line as noted by Geoff Levand.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d7ba8ed
..
9c4586b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-170,7
+170,6
@@
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(LOCALVERSION)
# then ARCH is assigned, getting whatever value it gets normally, and
# SUBARCH is subsequently ignored.
-SUBARCH := arm
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
-e s/s390x/s390/ -e s/parisc64/parisc/ )