summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-02 13:46:37 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-02 13:46:37 +0000
commit695ff33dbddd222e8dff4317d18bc945f0f52f28 (patch)
tree2441ee96d6b3399b997ef8b70bcb53fff7b6f4fa /firmware
parentfdf88845997d037eeab6710bef1d66691a8c3060 (diff)
Nobody ever updated the wctc4xxp stuff to use the in-tree firmware management stuff... 'tsk 'tsk. (issue #10093 reported by snuffy)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2671 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 7dd4a04..7bcbf6b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -165,4 +165,6 @@ zaptel-fw-oct6114-128.o: zaptel-fw-oct6114-128-$(OCT6114_128_VERSION).tar.gz ../
../build_tools/make_firmware_object zaptel-fw-oct6114-128.bin $@ ../wct4xxp/base.o
# Build object file of a TC400M firmware image for linking
-zaptel-fw-tc400m.o:
+zaptel-fw-tc400m.o: zaptel-fw-tc400m-$(TC400M_VERSION).tar.gz ../wctc4xxp/base.o zaptel-fw-tc400m.bin
+ @echo Making firmware object file for zaptel-fw-tc400m.bin
+ ../build_tools/make_firmware_object zaptel-fw-tc400m.bin $@ ../wctc4xxp/base.o