From 5a81d6b026ab06123f47e39bc47aedcf23048e6b Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 19 Dec 2012 14:16:30 +0000 Subject: 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 Acked-by: Stefano Stabellini Committed-by: Ian Campbell --- xen/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/Rules.mk') 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 -- cgit v1.2.3