summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-12 21:12:22 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-12 21:12:22 +0000
commit2664c956bae2ad40c226c44f546769607832ba99 (patch)
tree1321817108a2d6e95119764c6a0464982c3b0fac /Makefile
parentd1a313d4fa4cbd606b1cbb2ff1316ee09cdcd2cf (diff)
More makefile cleanups, now kernel modules and deps (#4962)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@896 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile48
1 files changed, 16 insertions, 32 deletions
diff --git a/Makefile b/Makefile
index 36f6f29..7a61668 100644
--- a/Makefile
+++ b/Makefile
@@ -172,40 +172,24 @@ devel: tor2ee
tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
-tor2.o: tor2-hw.h tor2fw.h zaptel.h
-
-zaptel.o: zaptel.h 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
-
-wcusb.o: wcusb.h zaptel.h
-
-wcfxsusb.o: wcfxsusb.h zaptel.h
-
-wcfxo.o: zaptel.h
-
-wct1xxp.o: zaptel.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
-
+tor2.o: tor2-hw.h tor2fw.h
+
+zaptel.o: digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h
+
+torisa.o: torisa.h
+
+wcusb.o: wcusb.h
+
+wcfxsusb.o: wcfxsusb.h
+
+wctdm.o: wctdm.h
+
+wctdm24xxp.o: wctdm.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 $<