summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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