[svn-commits] trunk - r896 /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Jan 12 15:12:23 CST 2006


Author: mattf
Date: Thu Jan 12 15:12:22 2006
New Revision: 896

URL: http://svn.digium.com/view/zaptel?rev=896&view=rev
Log:
More makefile cleanups, now kernel modules and deps (#4962)

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?rev=896&r1=895&r2=896&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jan 12 15:12:22 2006
@@ -172,39 +172,23 @@
 
 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 $<



More information about the svn-commits mailing list