summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-15 13:36:10 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-15 13:36:10 +0000
commitb9a5ae3beb08f7084896dac21b7b6d0a30203fba (patch)
treef5af3650ba775059aee899c85d5e757239a7bdc8 /Makefile
parentf7be83785bb52d8fa95e892e1878dd9bb046d319 (diff)
* Allow setting the echo canceller from the Makefile or the environment
(needed for overriding the default EC in Debian m-a builds) * Allow specifiying extra modules in the make command line: MODULES_EXTRA. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2838 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c3746b..fe818d3 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,13 @@ MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm \
ifeq ($(BUILDVER),linux26)
MODULES+=ztdummy zttranscode
endif
+
+# for building extra modules in this directory without editing the
+# Makefiles:
+# running: make MODULES_EXTRA=mod1 mod2 subdir1/ subdir2/"
+# "subdir/" only works with kernel 2.6.
+MODULES+=$(MODULES_EXTRA)
+
MODULE_ALIASES=wcfxs wctdm8xxp wct2xxp
MODULESO:=$(MODULES:%=%.o)