aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-02-22 08:57:44 +0000
committerIan Campbell <ian.campbell@citrix.com>2013-02-22 12:14:51 +0000
commitdac84b66cc9adfdf7231f4c433553cc95db30930 (patch)
tree52c088ee32d1c7ce60d8c6826aafc41348353192 /Config.mk
parentda299e00cea39299ccab55d0b56a498d1b6f7c7b (diff)
downloadxen-dac84b66cc9adfdf7231f4c433553cc95db30930.tar.gz
xen-dac84b66cc9adfdf7231f4c433553cc95db30930.tar.bz2
xen-dac84b66cc9adfdf7231f4c433553cc95db30930.zip
xen: arm64: initial build + config changes, start of day code
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 07b30baf89..a61d7e1171 100644
--- a/Config.mk
+++ b/Config.mk
@@ -18,7 +18,7 @@ coverage ?= n
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/ \
- -e s/armv7.*/arm32/)
+ -e s/armv7.*/arm32/ -e s/armv8.*/arm64/)
XEN_TARGET_ARCH ?= $(XEN_COMPILE_ARCH)
XEN_OS ?= $(shell uname -s)