aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-08-02 19:05:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-08-02 19:05:28 +0000
commitd1f4e5ba7facdfa12de537a676b0d9e7270f25d2 (patch)
treea97cb121caffe5de65ce4652523bad5b350c3c5a /tools/firmware-utils/Makefile
parent658cfef9bc33752a05c154d58adba25838bbab1e (diff)
downloadupstream-d1f4e5ba7facdfa12de537a676b0d9e7270f25d2.tar.gz
upstream-d1f4e5ba7facdfa12de537a676b0d9e7270f25d2.tar.bz2
upstream-d1f4e5ba7facdfa12de537a676b0d9e7270f25d2.zip
add firmware generation tool for ZyXEL boards
SVN-Revision: 8318
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index e8c5f00cea..24cf88eecd 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -29,6 +29,7 @@ define Build/Compile
$(call cc,srec2bin)
$(call cc,mkmylofw)
$(call cc,mkcsysimg)
+ $(call cc,mkzynfw)
endef
define Build/Install