summaryrefslogtreecommitdiff
path: root/wct4xxp/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-06 22:48:10 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-06 22:48:10 +0000
commit6f56924472117f710429dd5c0d5477895e3b4743 (patch)
tree2031b674bc21ac691a2bc22d24a4577a233110f3 /wct4xxp/Makefile
parentb7ff06383717f6a32cd654ac46cdd3a014f63543 (diff)
Add support into 1.4 branch for new VPMOCT64 as well
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1565 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp/Makefile')
-rw-r--r--wct4xxp/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index 5c818a4..503b396 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -14,7 +14,7 @@ all: wct4xxp.o
base.o: ../zaptel.h vpm450m.h wct4xxp.h
-vpm450m.o: vpm450m.h vpm450m_fw.h ../oct612x/include/oct6100api/oct6100_api.h
+vpm450m.o: vpm450m.h vpmoct128_fw.h vpmoct064_fw.h ../oct612x/include/oct6100api/oct6100_api.h
wct4xxp.o: base.o vpm450m.o $(OCTASIC_OBJS)
$(LD) -r -o $@ $^
@@ -22,12 +22,16 @@ wct4xxp.o: base.o vpm450m.o $(OCTASIC_OBJS)
fw2h: fw2h.c
$(HOSTCC) -o $@ $^
-vpm450m_fw.h: OCT6114-128D.ima fw2h
+vpmoct128_fw.h: OCT6114-128D.ima fw2h
+ ./fw2h $< $@
+
+vpmoct064_fw.h: OCT6114-64D.ima fw2h
./fw2h $< $@
clean:
rm -f *.o fw2h
- rm -f vpm450m_fw.h
+ rm -f vpmoct128_fw.h
+ rm -f vpmoct064_fw.h
rm -f $(OCTASIC_OBJS)
endif