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>
This commit is contained in:
Stefan Reinauer 2012-12-07 17:01:21 -08:00 committed by David Hendricks
parent 2110c97a63
commit bca9b9d53e
1 changed files with 2 additions and 2 deletions

View File

@ -113,14 +113,14 @@ else
include $(HAVE_DOTCONFIG) include $(HAVE_DOTCONFIG)
ARCHDIR-$(CONFIG_ARCH_ARMV7) := armv7 ARCHDIR-$(CONFIG_ARCH_ARMV7) := armv7
ARCHDIR-$(CONFIG_ARCH_X86) := x86 ARCHDIR-$(CONFIG_ARCH_X86) := x86
ARCH-y := $(ARCHDIR-y) ARCH-y := $(ARCHDIR-y)
# If architecture folder name is different from GCC binutils architecture name, # If architecture folder name is different from GCC binutils architecture name,
# override here. # override here.
ARCH-$(CONFIG_ARCH_ARMV7) := armv7 ARCH-$(CONFIG_ARCH_ARMV7) := armv7
ARCH-$(CONFIG_ARCH_X86) := i386 ARCH-$(CONFIG_ARCH_X86) := i386
CC := $(CC_$(ARCH-y)) CC := $(CC_$(ARCH-y))