summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-20 19:14:09 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-20 19:14:09 +0000
commit3c9433e21c91042d90622c37ae45fa55ed2e563a (patch)
tree9ea6272aa8389e5ddd30ab5d6c2521cf4f1860ba /Makefile
parent54047ea02884d1029d5f3dfecfe1c43791e677c8 (diff)
Merged revisions 2762 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2762 | mattf | 2007-07-20 13:54:20 -0500 (Fri, 20 Jul 2007) | 9 lines Merged revisions 2761 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2761 | mattf | 2007-07-20 11:19:47 -0500 (Fri, 20 Jul 2007) | 1 line New product support, new echo canceler and new boards ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2763 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4f9e43a..9ed154f 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ ifeq ($(strip $(foreach var,clean distclean dist-clean update,$(findstring $(var
endif
endif
-MODULES:=pciradio tor2 torisa wcfxo wct1xxp wctdm wctdm24xxp wcte11xp wcusb zaptel ztd-eth ztd-loc ztdummy ztdynamic zttranscode
+MODULES:=pciradio tor2 torisa wcfxo wct1xxp wctdm wcte11xp wcusb zaptel ztd-eth ztd-loc ztdummy ztdynamic zttranscode
MODULES:=$(filter-out $(MENUSELECT_MODULES),$(MODULES))
MODULE_ALIASES=wcfxs wctdm8xxp wct2xxp
@@ -160,6 +160,11 @@ obj-m+=xpp/
MODULES+=xpp
endif
+ifeq ($(findstring wctdm24xxp,$(MENUSELECT_MODULES)),)
+obj-m+=wctdm24xxp/
+MODULES+=wctdm24xxp
+endif
+
# Set this to override hotplug firmware loading and revert to classic header
#HOTPLUG_FIRMWARE=no
ifeq ($(HOTPLUG_FIRMWARE),yes)
@@ -220,8 +225,6 @@ wcfxsusb.o: wcfxsusb.h
wctdm.o: wctdm.h
-wctdm24xxp.o: wctdm.h
-
pciradio.o: radfw.h
ztdummy.o: ztdummy.h