aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-07-14 11:58:17 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-07-14 11:58:17 +0100
commit1a57f91193addd42021dcec77c393bd3663e31a4 (patch)
treeac53462e92bc7f59e9829c2bcf3ce81652748521
parent43e2f75454806258406e748243e3f2bebfeb2e81 (diff)
downloadxen-1a57f91193addd42021dcec77c393bd3663e31a4.tar.gz
xen-1a57f91193addd42021dcec77c393bd3663e31a4.tar.bz2
xen-1a57f91193addd42021dcec77c393bd3663e31a4.zip
[IA64] Re-enable tools/xcutils build on ia64. We now have
save/restore working in the xen-ia64-unstable.hg thanks to some excellent work by Tristan. This simply splits the xcutils components from the x86-ish linux_save/restore files in a way that should be friendly to powerpc. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
-rw-r--r--config/ia64.mk1
-rw-r--r--config/x86_32.mk1
-rw-r--r--config/x86_64.mk1
-rw-r--r--tools/Makefile2
4 files changed, 4 insertions, 1 deletions
diff --git a/config/ia64.mk b/config/ia64.mk
index a951514dae..4fab1118be 100644
--- a/config/ia64.mk
+++ b/config/ia64.mk
@@ -1,4 +1,5 @@
CONFIG_IA64 := y
CONFIG_IOEMU := y
+CONFIG_XCUTILS := y
LIBDIR := lib
diff --git a/config/x86_32.mk b/config/x86_32.mk
index 73bd2b7eb4..2d460a720a 100644
--- a/config/x86_32.mk
+++ b/config/x86_32.mk
@@ -1,6 +1,7 @@
CONFIG_X86 := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
CONFIG_IOEMU := y
CONFIG_MBOOTPACK := y
diff --git a/config/x86_64.mk b/config/x86_64.mk
index 2cd709dd09..bd43c04a6c 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -1,6 +1,7 @@
CONFIG_X86 := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
CONFIG_IOEMU := y
CONFIG_MBOOTPACK := y
diff --git a/tools/Makefile b/tools/Makefile
index 2a42254e32..41951d3fca 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,7 +7,7 @@ SUBDIRS-y += xenstore
SUBDIRS-y += misc
SUBDIRS-y += examples
SUBDIRS-y += xentrace
-SUBDIRS-$(CONFIG_X86) += xcutils
+SUBDIRS-$(CONFIG_XCUTILS) += xcutils
SUBDIRS-y += firmware
SUBDIRS-y += security
SUBDIRS-y += console