From b9a5ae3beb08f7084896dac21b7b6d0a30203fba Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 15 Aug 2007 13:36:10 +0000 Subject: * 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 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3