Add firewire kernel modules to menuconfig
[openwrt.git] / tools / firmware-utils / Makefile
index e5537b445b212cf8851c2c0409b9d1b5ae363a6d..70f9e828ac0bcbae2173991524e5d30adce8f9a8 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2008 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -28,6 +28,12 @@ define Build/Compile
        $(call cc,mkcsysimg)
        $(call cc,mkzynfw)
        $(call cc,lzma2eva,-lz)
+       $(call cc,mkcasfw)
+       $(call cc,mkfwimage,-lz)
+       $(call cc,mkfwimage2,-lz)
+       $(call cc,imagetag)
+       $(call cc,add_header)
+       $(call cc,makeamitbin)
 endef
 
 define Build/Install