summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2012-12-07 17:01:21 -0800
committerDavid Hendricks <dhendrix@chromium.org>2012-12-08 03:08:45 +0100
commitbca9b9d53e9d742d313f028f34aa4b153f7de469 (patch)
tree326c0530345158e31a1b0f34d9b0f12cf13ab97d /Makefile
parent2110c97a63c3122a1ae84d109cecb91b1fc7cd24 (diff)
downloadcoreboot-staging-bca9b9d53e9d742d313f028f34aa4b153f7de469.zip
coreboot-staging-bca9b9d53e9d742d313f028f34aa4b153f7de469.tar.gz
Makefile cosmetics
align architectures Change-Id: Ie3fe29d830d45e76c183411c04598e82b4b3a010 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2003 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6e8bd0d..3c537a5 100644
--- a/Makefile
+++ b/Makefile
@@ -113,14 +113,14 @@ else
include $(HAVE_DOTCONFIG)
-ARCHDIR-$(CONFIG_ARCH_ARMV7) := armv7
+ARCHDIR-$(CONFIG_ARCH_ARMV7) := armv7
ARCHDIR-$(CONFIG_ARCH_X86) := x86
ARCH-y := $(ARCHDIR-y)
# If architecture folder name is different from GCC binutils architecture name,
# override here.
-ARCH-$(CONFIG_ARCH_ARMV7) := armv7
+ARCH-$(CONFIG_ARCH_ARMV7) := armv7
ARCH-$(CONFIG_ARCH_X86) := i386
CC := $(CC_$(ARCH-y))
OpenPOWER on IntegriCloud