From 10e8c492675d4ee10898ea8c6c5f920cbec41608 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 14 Aug 2008 19:15:41 +0000 Subject: Also install Astribank firmwares and init scripts to /usr/share/dahdi . git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4781 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b5438a..17b35bc 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ prereq: include/dahdi/version.h stackcheck: checkstack modules ./checkstack kernel/*.ko kernel/*/*.ko -install: all install-modules install-devices install-include install-firmware +install: all install-modules install-devices install-include install-firmware install-xpp-firm @echo "###################################################" @echo "###" @echo "### DAHDI installed successfully." @@ -109,6 +109,9 @@ install-modconf: /sbin/update-modules ; \ fi +install-xpp-firm: + $(MAKE) -C drivers/dahdi/xpp/firmwares install + install-firmware: ifeq ($(HOTPLUG_FIRMWARE),yes) $(MAKE) -C drivers/dahdi/firmware hotplug-install DESTDIR=$(DESTDIR) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE) @@ -225,6 +228,6 @@ firmware-download: test: ./test-script $(DESTDIR)/lib/modules/$(KVERS) dahdi -.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download +.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download install-xpp-firm FORCE: -- cgit v1.2.3