aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-07-20 11:26:20 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-07-20 11:26:20 +0100
commitf18164294438db3cec403b110d591c752662ce4b (patch)
tree2f10aafa701b64e58f61b9783ae877e2f8dd5dea /tools/Makefile
parentbfb32dde4f0951d3fbc0b7235e72f7bac1f318f0 (diff)
downloadxen-f18164294438db3cec403b110d591c752662ce4b.tar.gz
xen-f18164294438db3cec403b110d591c752662ce4b.tar.bz2
xen-f18164294438db3cec403b110d591c752662ce4b.zip
gdbsx: Implement missing Makefile rules.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f0c46ed8a7..a6cdad2765 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -119,11 +119,14 @@ subdir-clean-ioemu-dir:
$(MAKE) -C ioemu-dir clean; \
fi
-subdir-clean-debugger/gdbsx:
+subdir-clean-debugger/gdbsx subdir-distclean-debugger/gdbsx: .phony
$(MAKE) -C debugger/gdbsx clean
-subdir-install-debugger/gdbsx:
+subdir-install-debugger/gdbsx: .phony
$(MAKE) -C debugger/gdbsx install
+subdir-all-debugger/gdbsx: .phony
+ $(MAKE) -C debugger/gdbsx all
+
subdir-distclean-firmware: .phony
$(MAKE) -C firmware distclean