From 28c40113329a2cd385f43c999932d310ced39291 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Jul 2010 16:50:34 +0100 Subject: tools/debugger/gdbsx: build enabled by default Submitted-by: Bruce Edge Signed-off-by: Ian Jackson --- tools/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 2b84998415..3ae1f15eb1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -35,6 +35,7 @@ SUBDIRS-y += xenpmd SUBDIRS-y += libxl SUBDIRS-y += remus SUBDIRS-$(CONFIG_X86) += xenpaging +SUBDIRS-y += debugger/gdbsx # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) @@ -114,3 +115,9 @@ subdir-clean-ioemu-dir: $(buildmakevars2shellvars); \ $(MAKE) -C ioemu-dir clean; \ fi + +subdir-clean-debugger/gdbsx: + $(MAKE) -C debugger/gdbsx clean + +subdir-install-debugger/gdbsx: + $(MAKE) -C debugger/gdbsx install -- cgit v1.2.3