[svn-commits] kpfleming: branch 1.2 r1362 - /branches/1.2/wct4xxp/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Aug 26 19:20:56 MST 2006


Author: kpfleming
Date: Sat Aug 26 21:20:56 2006
New Revision: 1362

URL: http://svn.digium.com/view/zaptel?rev=1362&view=rev
Log:
it would probably help if we actually linked the Octasic API objects into the wct4xxp module :-)

Modified:
    branches/1.2/wct4xxp/Makefile

Modified: branches/1.2/wct4xxp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/wct4xxp/Makefile?rev=1362&r1=1361&r2=1362&view=diff
==============================================================================
--- branches/1.2/wct4xxp/Makefile (original)
+++ branches/1.2/wct4xxp/Makefile Sat Aug 26 21:20:56 2006
@@ -12,7 +12,7 @@
 vpm450m.o: vpm450m.c vpm450m.h vpm450m_fw.h ../oct612x/include/oct6100api/oct6100_api.h
 	$(CC) $(KFLAGS) $(shell ../oct612x/octasic-helper cflags ../oct612x) -Wno-undef -o $@ -c $<
 
-wct4xxp.o: base.o vpm450m.o
+wct4xxp.o: base.o vpm450m.o $(shell ../oct612x/octasic-helper objects ../oct612x)
 	$(LD) -r -o $@ $^
 
 fw2h: CFLAGS=



More information about the svn-commits mailing list