summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-09 21:48:21 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-09 21:48:21 +0000
commite7a501944bd6aa669edfcda579987089c247e37d (patch)
treec50d5451b23d8137b7222ae87e9c85ff3934200c /Makefile
parentc39e312572dbd0769a616c94986d1d935f74807c (diff)
Add TE410P driver
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@210 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaf77e5..b3de148 100755
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ DEVFS=$(shell ps ax | grep -v grep | grep devfsd)
TZOBJS=zonedata.lo tonezone.lo
LIBTONEZONE=libtonezone.so.1.0
MODULES=zaptel.o tor2.o torisa.o wcusb.o wcfxo.o wcfxs.o \
- ztdynamic.o ztd-eth.o wct1xxp.o # ztdummy.o
+ ztdynamic.o ztd-eth.o wct1xxp.o wct4xxp.o # ztdummy.o
#MODULES+=wcfxsusb.o
ZTTOOL=$(shell if [ -f /usr/include/newt.h ]; then echo zttool; fi)
#PRIMARY=wcfxsusb
@@ -121,6 +121,9 @@ wcfxo.o: wcfxo.c zaptel.h
wct1xxp.o:wct1xxp.c zaptel.h
gcc $(KFLAGS) -c wct1xxp.c
+wct4xxp.o:wct4xxp.c zaptel.h
+ gcc $(KFLAGS) -c wct4xxp.c
+
wcfxs.o:wcfxs.c zaptel.h
gcc $(KFLAGS) -c wcfxs.c
@@ -284,6 +287,9 @@ install: all devices
if ! grep "post-install wct1xxp" $(MODCONF); then \
echo "post-install wct1xxp /sbin/ztcfg" >> $(MODCONF); \
fi
+ if ! grep "post-install wct4xxp" $(MODCONF); then \
+ echo "post-install wct4xxp /sbin/ztcfg" >> $(MODCONF); \
+ fi
if [ -d /etc/modutils ]; then \
/sbin/update-modules ; \
fi