summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.cvsignore2
-rwxr-xr-xMakefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index eac9e60..53e8293 100755
--- a/.cvsignore
+++ b/.cvsignore
@@ -5,6 +5,7 @@ ztcfg
zonedata.lo
torisatool
tor2fw.h
+radfw.h
tonezone.lo
tones.h
makefw
@@ -12,6 +13,7 @@ libtonezone.so.1.0
gendigits
fxstest
zttest
+fxotune
*.ko
*.mod.c
.*.cmd
diff --git a/Makefile b/Makefile
index f5b20e1..80a0117 100755
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ LCFLAGS=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
KFLAGS+=-I/usr/src/linux-2.4/include -O6
KFLAGS+=-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net \
-Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net
-KFLAGS+=$(shell [ -f $(KINCLUDES)/linux/modversions.h ] && echo "-DMODVERSIONS -include $(KINCLUDES)/linux/modversions.h")
+KFLAGS+=$(shell if [ -f $(KINCLUDES)/linux/modversions.h ] ; then echo "-DMODVERSIONS -include $(KINCLUDES)/linux/modversions.h" ; fi)
KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char"; fi)
#
# Features are now configured in zconfig.h
@@ -364,7 +364,7 @@ update:
fi
clean:
- rm -f torisatool makefw tor2fw.h
+ rm -f torisatool makefw tor2fw.h radfw.h
rm -f ${BINS}
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f $(TZOBJS) $(LIBTONEZONE) *.lo