aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-13 19:08:48 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-13 19:08:48 +0100
commit59135ebd28e18743ba415a3f42c48efd025d3364 (patch)
treed81b9204235be860f23220a4ac5d64e8c16ab113 /tools/Makefile
parentddf3a0035f8bf9018cf1577826e0d35a6829e3a1 (diff)
downloadxen-59135ebd28e18743ba415a3f42c48efd025d3364.tar.gz
xen-59135ebd28e18743ba415a3f42c48efd025d3364.tar.bz2
xen-59135ebd28e18743ba415a3f42c48efd025d3364.zip
tools/debugger/gdbsx: enabled by only x86
The changeset 21752:29e545151078 breaks ia64, since gdbsx supports only x86. Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 3ae1f15eb1..73cf708b62 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -35,7 +35,7 @@ SUBDIRS-y += xenpmd
SUBDIRS-y += libxl
SUBDIRS-y += remus
SUBDIRS-$(CONFIG_X86) += xenpaging
-SUBDIRS-y += debugger/gdbsx
+SUBDIRS-$(CONFIG_X86) += debugger/gdbsx
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))