From e5bc4241a19c8680a68411ec5ba420fb25b58ad9 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 15 Mar 2012 20:45:57 +0000 Subject: xpp: clobber fpga_load * It was replaced long ago by astribank_hexload/astribank_tool/astribank_allow * It hasn't been used for several releases now, nor updated. * Time to move into the eternal bit-bucket. * Left (very) few strings as a tribute... Signed-off-by: Oron Peled Acked-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10504 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'xpp/Makefile') diff --git a/xpp/Makefile b/xpp/Makefile index 6fa04a4..8cbfae9 100644 --- a/xpp/Makefile +++ b/xpp/Makefile @@ -80,12 +80,12 @@ TARGETS = .perlcheck astribank_is_starting PROG_INSTALL = astribank_is_starting MAN_INSTALL = $(PROG_INSTALL:%=%.8) ifeq (1,$(PBX_USB)) -TARGETS += fpga_load \ +TARGETS += \ astribank_tool \ astribank_hexload \ astribank_allow \ test_parse -PROG_INSTALL += fpga_load astribank_tool astribank_hexload astribank_allow +PROG_INSTALL += astribank_tool astribank_hexload astribank_allow endif ifneq (,$(PERLLIBDIR)) PROG_INSTALL += $(PERL_SCRIPTS) @@ -122,9 +122,6 @@ endif CFLAGS += -I. -Ixtalk -fpga_load: fpga_load.o hexfile.o -fpga_load: LIBS+=$(EXTRA_LIBS) $(USB_LIB) - astribank_hexload: $(ABHEXLOAD_OBJS) astribank_hexload: LIBS+=$(EXTRA_LIBS) $(USB_LIB) astribank_hexload: CFLAGS+=$(OCT_CFLAGS) @@ -138,8 +135,6 @@ astribank_allow: LIBS+=$(EXTRA_LIBS) $(USB_LIB) astribank_is_starting: astribank_is_starting.o astribank_is_starting: LIBS+=$(EXTRA_LIBS) -fpga_load.o: CFLAGS+=-D_GNU_SOURCE # We use memrchr() - hex2iic: hex2iic.o iic.o hexfile.o test_parse: test_parse.o hexfile.o -- cgit v1.2.3