aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/Makefile
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-04-03 12:35:35 +0200
committerJan Beulich <jbeulich@suse.com>2012-04-03 12:35:35 +0200
commit570c311ca2c7a1131570cdfc77e977bc7a9bf4c0 (patch)
tree727a5b57670ed6eef54aa89de3f9699be441df83 /xen/include/Makefile
parent62872b0f0311eacd40100663d31faf7cafa24586 (diff)
downloadxen-570c311ca2c7a1131570cdfc77e977bc7a9bf4c0.tar.gz
xen-570c311ca2c7a1131570cdfc77e977bc7a9bf4c0.tar.bz2
xen-570c311ca2c7a1131570cdfc77e977bc7a9bf4c0.zip
remove ia64
It retains IA64-specific bits in code imported from elsewhere (e.g. ACPI, EFI) as well as in the public headers. It also doesn't touch the tools, mini-os, and unmodified_drivers sub-trees. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/Makefile')
-rw-r--r--xen/include/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/xen/include/Makefile b/xen/include/Makefile
index 004c9ccef5..62846a156d 100644
--- a/xen/include/Makefile
+++ b/xen/include/Makefile
@@ -38,7 +38,7 @@ suffix-$(CONFIG_X86) := \#pragma pack()
endif
public-$(CONFIG_X86) := $(wildcard public/arch-x86/*.h public/arch-x86/*/*.h)
-public-$(CONFIG_IA64) := $(wildcard public/arch-ia64/*.h public/arch-ia64/*/*.h)
+public-$(CONFIG_ARM) := $(wildcard public/arch-arm/*.h public/arch-arm/*/*.h)
.PHONY: all
all: $(headers-y)
@@ -74,8 +74,6 @@ compat/xlat.h: xlat.lst $(filter-out compat/xlat.h,$(headers-y)) $(BASEDIR)/tool
mv -f $@.new $@
ifeq ($(XEN_TARGET_ARCH),$(XEN_COMPILE_ARCH))
-# public/arch-ia64.h explicitly bails on __STRICT_ANSI__
-ifeq ($(CONFIG_IA64),)
all: headers.chk
@@ -84,7 +82,6 @@ headers.chk: $(filter-out public/arch-% public/%ctl.h public/xsm/% public/%hvm/s
mv $@.new $@
endif
-endif
clean::
rm -rf compat headers.chk