summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-15 20:45:57 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-15 20:45:57 +0000
commite5bc4241a19c8680a68411ec5ba420fb25b58ad9 (patch)
treec2ab34db3ee4ac4a66e2bbb5aac2fb1ec27b994e /xpp/Makefile
parent35150e7416d6d4a40f85f57df97b6dee68954a03 (diff)
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 <oron.peled@xorcom.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10504 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/Makefile')
-rw-r--r--xpp/Makefile9
1 files changed, 2 insertions, 7 deletions
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