summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-01 00:08:21 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-01 00:08:21 +0000
commit97f7651c9572dc6807bafcfa793925035abc5847 (patch)
treee6abf0f1dbd785c2709acd1ec69061dfe74b7ed0
parentf6163cfb1238bc3a40ceaeb76daa960d9af51765 (diff)
Err.... re-fix make clean for kernel 2.4.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4118 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad2cd13..7ae8bbe 100644
--- a/Makefile
+++ b/Makefile
@@ -564,11 +564,13 @@ clean:
rm -f torisatool makefw tor2fw.h radfw.h
rm -f $(BINS)
rm -f patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
- rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
+ rm -f *.o */*.o ztcfg tzdriver sethdlc sethdlc-new
rm -f $(TZOBJS) $(LIBTONEZONE_SO) *.lo
+ifeq ($(BUILDVER),linux26)
ifeq (yes,$(HAS_KSRC))
$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean
endif
+endif
$(MAKE) -C wct4xxp clean
$(MAKE) -C wctc4xxp clean
rm -rf .tmp_versions