[svn-commits] branch 1.2 r1016 - /branches/1.2/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Apr 30 09:14:09 MST 2006


Author: kpfleming
Date: Sun Apr 30 11:14:08 2006
New Revision: 1016

URL: http://svn.digium.com/view/zaptel?rev=1016&view=rev
Log:
restore building of XPP modules

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?rev=1016&r1=1015&r2=1016&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sun Apr 30 11:14:08 2006
@@ -161,7 +161,7 @@
 linux26: prereq $(BINS)
 	@echo $(KSRC)
 	@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
-	$(KMAKE) modules
+	$(KMAKE) XPPMOD=$(XPPMOD) modules
 
 obj-m += $(MODULESO)
 



More information about the svn-commits mailing list