summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-02 17:10:48 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-02 17:10:48 +0000
commit68a04af57e99fa518f1904d017e2bef54a64352d (patch)
tree2bc15336672234cb6243950b45a9347c9584540d /tools/firmware-utils/Makefile
parent3260740c920ea811e18bc1743c863fce74ac89b7 (diff)
Add ADM5120 based edimax image generation utilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6840 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c9d9bae1e..2518e34f6 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -28,6 +28,7 @@ define Build/Compile
$(call cc,srec2bin)
$(call cc,mksyshdr)
$(call cc,mkmylofw)
+ $(call cc,mkcsysimg)
endef
define Build/Install