summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-10 22:54:29 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-10 22:54:29 +0000
commitaad8a5cbaa3e16a94f2130d0d2951753b6014778 (patch)
treeeb266140fe43a8988c9cad9937c9805d4e1ed8b2
parent37366779f945dd90804c31ee827a93e216e228c0 (diff)
Don't build wctdm24xxp/ in 2.4:
wctdm24xxp/base.c needs <linux/workqueue.h> . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3399 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f19093d..9ad2bb7 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ ifeq ($(strip $(foreach var,clean distclean dist-clean update,$(findstring $(var
endif
ifeq ($(BUILDVER),linux24)
-MENUSELECT_MODULES+=xpp wctc4xxp zttranscode
+MENUSELECT_MODULES+=xpp wctc4xxp wctdm24xxp zttranscode
endif
ifeq ($(findstring xpp,$(MENUSELECT_MODULES)),)