summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 16:14:08 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 16:14:08 +0000
commit13836bf0bdde0c18ef91a56b2a0352fdcda0ff01 (patch)
tree9184ae483feb78dc93fe78b61515d408d582f757 /Makefile
parent683c50f84afea2a4d364ce1ac54d04177ca4bb3b (diff)
restore building of XPP modules
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1016 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5ecd96..a03a315 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ linux24: prereq $(MODULESO) $(BINS)
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)