aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-12-19 14:16:30 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-12-19 14:16:30 +0000
commit5a81d6b026ab06123f47e39bc47aedcf23048e6b (patch)
treea450f0d70e07174ed80819808588fcecbcd43ffd /xen/Rules.mk
parent977dba41ab7c2380c4b6757aed2e680a0d7df4c1 (diff)
downloadxen-5a81d6b026ab06123f47e39bc47aedcf23048e6b.tar.gz
xen-5a81d6b026ab06123f47e39bc47aedcf23048e6b.tar.bz2
xen-5a81d6b026ab06123f47e39bc47aedcf23048e6b.zip
xen: arm: introduce arm32 as a subarch of arm.
- move 32-bit specific files into subarch specific arm32 subdirectory. - move gic.h to xen/include/asm-arm (it is needed from both subarch and generic code). - make the appropriate build and config file changes to support XEN_TARGET_ARCH=arm32. This prepares us for an eventual 64-bit subarch. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index f7cb8b2c86..c2db449648 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -28,7 +28,7 @@ endif
# Set ARCH/SUBARCH appropriately.
override TARGET_SUBARCH := $(XEN_TARGET_ARCH)
override TARGET_ARCH := $(shell echo $(XEN_TARGET_ARCH) | \
- sed -e 's/x86.*/x86/')
+ sed -e 's/x86.*/x86/' -e s'/arm\(32\|64\)/arm/g')
TARGET := $(BASEDIR)/xen