From f18164294438db3cec403b110d591c752662ce4b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 20 Jul 2010 11:26:20 +0100 Subject: gdbsx: Implement missing Makefile rules. Signed-off-by: Keir Fraser --- tools/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') 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 -- cgit v1.2.3