[svn-commits] sruffell: branch linux/sruffell/dahdi-linux-vpmadt032 r6482 - /linux/team/sru...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Apr 24 11:05:04 CDT 2009


Author: sruffell
Date: Fri Apr 24 11:05:01 2009
New Revision: 6482

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6482
Log:
Grab the fwload package automatically.

Modified:
    linux/team/sruffell/dahdi-linux-vpmadt032/Makefile

Modified: linux/team/sruffell/dahdi-linux-vpmadt032/Makefile
URL: http://svn.digium.com/svn-view/dahdi/linux/team/sruffell/dahdi-linux-vpmadt032/Makefile?view=diff&rev=6482&r1=6481&r2=6482
==============================================================================
--- linux/team/sruffell/dahdi-linux-vpmadt032/Makefile (original)
+++ linux/team/sruffell/dahdi-linux-vpmadt032/Makefile Fri Apr 24 11:05:01 2009
@@ -57,7 +57,7 @@
 
 MODULE_ALIASES:=wcfxs wctdm8xxp wct2xxp
 
-INST_HEADERS:=kernel.h user.h fasthdlc.h wctdm_user.h
+INST_HEADERS:=kernel.h user.h fasthdlc.h wctdm_user.h dahdi_config.h
 
 DAHDI_BUILD_ALL:=m
 
@@ -98,7 +98,7 @@
 	fi
 	@rm -f $@.tmp
 
-prereq: include/dahdi/version.h
+prereq: include/dahdi/version.h firmware-loaders
 
 stackcheck: checkstack modules
 	./checkstack kernel/*.ko kernel/*/*.ko
@@ -130,6 +130,9 @@
 
 uninstall-firmware:
 	$(MAKE) -C drivers/dahdi/firmware hotplug-uninstall DESTDIR=$(DESTDIR)
+
+firmware-loaders:
+	$(MAKE) -C drivers/dahdi/firmware firmware-loaders
 
 install-include:
 	for hdr in $(INST_HEADERS); do \
@@ -233,6 +236,7 @@
 dist-clean: clean
 	@rm -f include/dahdi/version.h
 	@$(MAKE) -C drivers/dahdi/firmware dist-clean
+	@rm -f drivers/dahdi/vpmadt032_loader/*.o_shipped
 
 firmware-download:
 	@$(MAKE) -C drivers/dahdi/firmware all
@@ -245,6 +249,6 @@
 README.html: README
 	$(ASCIIDOC_CMD) -o $@ $<
 
-.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download install-xpp-firm
+.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download install-xpp-firm firmware-loaders
 
 FORCE:




More information about the svn-commits mailing list