firmware-utils: new firmware generation tool for the Cellvision CAS-6xx/NFS-xxx devices
[openwrt/staging/mkresin.git] / tools / firmware-utils / Makefile
index e5537b445b212cf8851c2c0409b9d1b5ae363a6d..962e5d18026595af1c961527eab58ad8e02be208 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -28,6 +28,7 @@ define Build/Compile
        $(call cc,mkcsysimg)
        $(call cc,mkzynfw)
        $(call cc,lzma2eva,-lz)
+       $(call cc,mkcasfw)
 endef
 
 define Build/Install