summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-09 18:42:26 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-09 18:42:26 +0000
commite4bf44ee7ba64fa716d8a2ab3d5679e5d3f46a4d (patch)
treed62e8adc8cdf89ea32d286cdc1984b01b079c6ea /firmware
parenta517bce574c6eab8ea622c5c2f4ab92ff39d828b (diff)
Merged revisions 2140 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2140 | file | 2007-02-09 13:39:38 -0500 (Fri, 09 Feb 2007) | 2 lines It's probably a good idea to make the tarballs a requirement to make the object files. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2141 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 60fb2de..f0b318b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -95,12 +95,12 @@ hotplug-uninstall:
fi
# Build object file of an oct6114 064 firmware image for linking
-zaptel-fw-oct6114-064.o: ../wct4xxp/base.o zaptel-fw-oct6114-064.bin
+zaptel-fw-oct6114-064.o: zaptel-fw-oct6114-064-$(OCT6114_064_VERSION).tar.gz ../wct4xxp/base.o zaptel-fw-oct6114-064.bin
@echo Making firmware object file for zaptel-fw-oct6114-064.bin
../build_tools/make_firmware_object zaptel-fw-oct6114-064.bin $@ ../wct4xxp/base.o
# Build object file of an oct6114 128 firmware image for linking
-zaptel-fw-oct6114-128.o: ../wct4xxp/base.o zaptel-fw-oct6114-128.bin
+zaptel-fw-oct6114-128.o: zaptel-fw-oct6114-128-$(OCT6114_128_VERSION).tar.gz ../wct4xxp/base.o zaptel-fw-oct6114-128.bin
@echo Making firmware object file for zaptel-fw-oct6114-128.bin
../build_tools/make_firmware_object zaptel-fw-oct6114-128.bin $@ ../wct4xxp/base.o