add firmware generation tool for ZyXEL boards

SVN-Revision: 8318
This commit is contained in:
Gabor Juhos
2007-08-02 19:05:28 +00:00
parent 658cfef9bc
commit d1f4e5ba7f
3 changed files with 1212 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ define Build/Compile
$(call cc,srec2bin)
$(call cc,mkmylofw)
$(call cc,mkcsysimg)
$(call cc,mkzynfw)
endef
define Build/Install