From 46c6b63a785be8e8e71e23c26f74b0d70e68ca06 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 29 Jun 2005 08:16:14 -0700 Subject: [PATCH] ARM: OMAP: Removed extra SUBARCH line Removed extra SUBARCH line as noted by Geoff Levand. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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/ ) -- 2.41.1