summaryrefslogtreecommitdiff
path: root/wct4xxp/Makefile
diff options
context:
space:
mode:
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 aea3d12..f6c8173 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -14,19 +14,23 @@ 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 $@ $^
fw2h: CFLAGS=
-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