From: Tony Lindgren Date: Wed, 29 Jun 2005 15:16:14 +0000 (-0700) Subject: ARM: OMAP: Removed extra SUBARCH line X-Git-Tag: v2.6.13-omap1~87 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=46c6b63a785be8e8e71e23c26f74b0d70e68ca06;p=linux-2.6-omap-h63xx.git ARM: OMAP: Removed extra SUBARCH line Removed extra SUBARCH line as noted by Geoff Levand. --- diff --git a/Makefile b/Makefile index d7ba8ed2fa3..9c4586b7e7c 100644 --- 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/ )