From 59135ebd28e18743ba415a3f42c48efd025d3364 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Jul 2010 19:08:48 +0100 Subject: tools/debugger/gdbsx: enabled by only x86 The changeset 21752:29e545151078 breaks ia64, since gdbsx supports only x86. Signed-off-by: KUWAMURA Shin'ya --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') 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)) -- cgit v1.2.3