summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c2f71ae..6fb057e 100755
--- a/Makefile
+++ b/Makefile
@@ -35,12 +35,18 @@ KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char
#
#KFLAGS+=-DCONFIG_ZAPTEL_MMX
#
-# Pick your echo canceller: MARK, STEVE, or STEVE2 :)
+# Pick your echo canceller: MARK2, MARK3, STEVE, or STEVE2 :)
#
#KFLAGS+=-DECHO_CAN_STEVE
#KFLAGS+=-DECHO_CAN_STEVE2
#KFLAGS+=-DECHO_CAN_MARK
KFLAGS+=-DECHO_CAN_MARK2
+#KFLAGS+=-DECHO_CAN_MARK3
+#
+# Uncomment for aggressive residual echo supression under
+# MARK2 echo canceller
+#
+#KFLAGS+=-DAGGRESSIVE_SUPPRESSOR
#
# Uncomment -DCONFIG_ZAPATA_NET to enable SyncPPP, CiscoHDLC, and Frame Relay
# support.
@@ -82,12 +88,12 @@ all: $(MODULES) ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL)
devel: tor2ee
-tests: patgen pattest patlooptest hdlcstress hdlctest
+tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify
tor2.o: tor2.c tor2-hw.h tor.h tor2fw.h zaptel.h
gcc $(KFLAGS) -c tor2.c
-zaptel.o: zaptel.c zaptel.h digits.h arith.h sec.h mec.h sec-2.h
+zaptel.o: zaptel.c zaptel.h digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h
gcc $(KFLAGS) -c zaptel.c
torisa.o: torisa.c zaptel.h torisa.h