summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $<