]> xenbits.xensource.com Git - xen.git/commitdiff
tools/debugger/gdbsx: build enabled by default
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 8 Jul 2010 15:50:34 +0000 (16:50 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 8 Jul 2010 15:50:34 +0000 (16:50 +0100)
Submitted-by: Bruce Edge <bruce.edge@gmail.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile

index 2b8499841552eb29691ce2759a74e4ef5b0042cd..3ae1f15eb1630bdb0f55f1f8501a472a8d4cf98b 100644 (file)
@@ -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