From 8f779efcad4bb45425eefc0750175f12c156f08b Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 27 Aug 2006 02:20:56 +0000 Subject: 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 --- wct4xxp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- cgit v1.2.3