summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 02:20:56 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 02:20:56 +0000
commit8f779efcad4bb45425eefc0750175f12c156f08b (patch)
treee3f3e84fb59dfea37db63fdb57ac45576344d178 /wct4xxp
parentff729b007e96a90d1d78b0271480779859d41b04 (diff)
it would probably help if we actually linked the Octasic API objects into the wct4xxp module :-)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1362 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index 6d992a7..3772fc9 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -12,7 +12,7 @@ base.o: base.c ../zaptel.h vpm450m.h wct4xxp.h
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=