Submitted-by: Bruce Edge <bruce.edge@gmail.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
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))
$(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