gdbsx: Implement missing Makefile rules.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 20 Jul 2010 10:26:20 +0000 (11:26 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 20 Jul 2010 10:26:20 +0000 (11:26 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/Makefile

index f0c46ed8a7309e3a815dddfc12d5225b53679901..a6cdad27659007b319b055dfbca3a79bbc22a487 100644 (file)
@@ -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