]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Removed extra SUBARCH line
authorTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2005 15:16:14 +0000 (08:16 -0700)
committerTony 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

index d7ba8ed2fa32bf8e3857583d87ccb6598db8ec03..9c4586b7e7c38154308f651a68c31ffeba020d9d 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/ )