diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2012-11-26 14:33:09 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2012-11-27 02:06:07 +0100 |
commit | e820e5cb3aed810fa9ba6047ce9b8bf352335e32 (patch) | |
tree | 0799c5a295a8f66f15491a95321aa952294bd78f /Makefile.inc | |
parent | 534c8a013ff57c2b7dc15f55dea0cf4dbf3ce7bd (diff) | |
download | coreboot-e820e5cb3aed810fa9ba6047ce9b8bf352335e32.tar.xz |
Make xcompile support multiple architectures
With this change the the xcompile script now creates environment variables
for more than one architecture.
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Change-Id: I349a1fd1d865ef16979f1dfd6aeca12b1ee2eed6
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/1915
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 4c0a53f94c..ff7454eff1 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -23,7 +23,6 @@ export KERNELVERSION := $(shell if [ -d "$(top)/.git" -a -f "`which git`" ]; the ####################################################################### # Basic component discovery -ARCHDIR-$(CONFIG_ARCH_X86) := x86 MAINBOARDDIR=$(call strip_quotes,$(CONFIG_MAINBOARD_DIR)) export MAINBOARDDIR |