summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordzu <dzu>2003-08-07 14:20:31 +0000
committerdzu <dzu>2003-08-07 14:20:31 +0000
commit8f713fdfeb3bde6fe89dfb300f22cae9778e35eb (patch)
tree9298aff917d63f8d218460148f0508674b981049 /Makefile
parent96e48cf6c14319f87b38a1d3b6ec9139c9d0469d (diff)
downloadblackbird-obmc-uboot-8f713fdfeb3bde6fe89dfb300f22cae9778e35eb.tar.gz
blackbird-obmc-uboot-8f713fdfeb3bde6fe89dfb300f22cae9778e35eb.zip
Removed tools/gdb from "make all" target. Added make target "gdbtools"
in toplevel directory instead. Removed astest.c from tools/gdb because it is no longer relevant.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4bb10c2cf..249a067f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -148,6 +148,9 @@ u-boot: depend subdirs $(OBJS) $(LIBS) $(LDSCRIPT)
subdirs:
@for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir || exit 1 ; done
+gdbtools:
+ $(MAKE) -C tools/gdb || exit 1
+
depend dep:
@for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir .depend ; done
OpenPOWER on IntegriCloud