From 2664c956bae2ad40c226c44f546769607832ba99 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 12 Jan 2006 21:12:22 +0000 Subject: 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 --- Makefile | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) (limited to 'Makefile') 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 $< -- cgit v1.2.3