summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 15:42:26 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 15:42:26 +0000
commit66c9b1f76f139ec8694b1f4ce8e9f74619f357cb (patch)
tree2cf8f5f2df2e2c8bbd0f20f89338c6d9d406e2ef /Makefile
parent3be0aac9d6857d56d0d799d068a77559ead82b00 (diff)
remove duplicate dependencies and unnecessary rules
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1013 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile32
1 files changed, 8 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index 9ee11d2..62b41e7 100644
--- a/Makefile
+++ b/Makefile
@@ -177,40 +177,24 @@ devel: tor2ee
tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
-tor2.o: tor2-hw.h tor2fw.h zaptel.h
+tor2.o: tor2-hw.h tor2fw.h
-zaptel.o: zaptel.h digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h version.h
+zaptel.o: digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h version.h
-torisa.o: zaptel.h torisa.h
+torisa.o: torisa.h
-wcusb.o: wcusb.h zaptel.h
+wcusb.o: wcusb.h
-wcfxsusb.o: wcfxsusb.h zaptel.h
+wcfxsusb.o: wcfxsusb.h
-wcfxo.o: zaptel.h
+wctdm.o: wctdm.h
-wct1xxp.o: zaptel.h
+wctdm24xxp.o: wctdm.h
-wcte11xp.o: zaptel.h
-
-ztd-loc.o: zaptel.h
-
-wct4xxp.o: zaptel.h
-
-wctdm.o: zaptel.h wctdm.h
-
-wctdm24xxp.o: zaptel.h wctdm.h
-
-pciradio.o: zaptel.h radfw.h
-
-wcs3200p.o: zaptel.h
+pciradio.o: radfw.h
ztdummy.o: ztdummy.h
-ztdynamic.o: zaptel.h
-
-ztd-eth.o: zaptel.h
-
$(MODULESO): %.o: %.c zaptel.h
$(HOSTCC) $(KFLAGS) -o $@ -c $<