tools/quilt: fix spurious calls to the configure and Makefile targets (#8462)
[openwrt.git] / tools / firmware-utils / Makefile
index 40b0199..3293398 100644 (file)
@@ -47,7 +47,13 @@ define Host/Compile
        $(call cc,mktitanimg)
        $(call cc,mkchkimg)
        $(call cc,mkzcfw cyg_crc32)
+       $(call cc,spw303v)
        $(call cc,trx2edips)
+       $(call cc,xorimage)
+       $(call cc,buffalo-enc buffalo-lib, -Wall)
+       $(call cc,buffalo-tag buffalo-lib, -Wall)
+       $(call cc,buffalo-tftp buffalo-lib, -Wall)
+       $(call cc,mkwrgimg md5, -Wall)
 endef
 
 define Host/Install
This page took 0.027273 seconds and 4 git commands to generate.