summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 22:36:14 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 22:36:14 +0000
commit3d7c527fb16a418c14dd17dcf6b3f17d945faa1a (patch)
tree2ee35d01b29b1e56e670ab10bf6f5b465a595a41 /xpp/Makefile
parent386e4f6158f1cae39ef973686f64445115099260 (diff)
Firmware was moved to linux/ . Don't try to install it.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4422 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/Makefile')
-rw-r--r--xpp/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index ce02663..c104c52 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -35,10 +35,6 @@ PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs)
PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm)
PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT))
-XPD_FIRMWARE = $(wildcard ../firmwares/*.hex)
-XPD_INIT_DATA = $(XPD_FIRMWARE)
-XPD_INIT = $(wildcard ../init_card_?_*) xpp_fxloader
-
# Variables that should be defined above, but need sane defaults:
# FIXME: Are those values really sane?
HOSTCC ?= $(CC)
@@ -79,8 +75,6 @@ install: all
$(INSTALL) -d $(DESTDIR)$(SBINDIR)
$(INSTALL) $(PROG_INSTALL) $(DESTDIR)$(SBINDIR)/
$(INSTALL) -d $(DESTDIR)$(DATADIR)
- $(INSTALL_DATA) $(XPD_INIT_DATA) $(DESTDIR)$(DATADIR)/
- $(INSTALL) $(XPD_INIT) $(DESTDIR)$(DATADIR)/
$(INSTALL) -d $(DESTDIR)$(MANDIR)
$(INSTALL_DATA) $(MAN_INSTALL) $(DESTDIR)$(MANDIR)/
$(INSTALL) -d $(DESTDIR)$(HOTPLUG_USB_DIR)