aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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