]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/gdb/Makefile
Removed tools/gdb from "make all" target. Added make target "gdbtools"
[karo-tx-uboot.git] / tools / gdb / Makefile
index 1b6639014fab48a695e79cebb00bf25a5a07299b..faff12012f77b32a9d7e224f5e6e8c743767c0a3 100644 (file)
@@ -25,12 +25,7 @@ include $(TOPDIR)/config.mk
 
 BINS   = gdbsend gdbcont
 
-ifneq ($(HOSTOS),HP-UX)
-BINS+= astest
-endif
-
-
-OBJS   = gdbsend.o gdbcont.o astest.o error.o remote.o serial.o
+OBJS   = gdbsend.o gdbcont.o error.o remote.o serial.o
 
 #
 # Use native tools and options
@@ -57,9 +52,6 @@ gdbsend:      gdbsend.o error.o remote.o serial.o
 gdbcont:       gdbcont.o error.o remote.o serial.o
                $(CC) $(CFLAGS) $(HOST_LDFLAGS) -o $@ $^
 
-astest:                astest.o error.o
-               $(CC) $(CFLAGS) $(HOST_LDFLAGS) -o $@ $^ -L$(BFD_ROOT_DIR)/lib -lbfd -liberty
-
 clean:
        rm -f $(OBJS)