ar7: add eva image generation (thanks Axel Gembe)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9401 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Eugene Konev
2007-10-22 14:20:02 +00:00
parent 8ce442bc2e
commit 6427bfebf0
3 changed files with 199 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ PKG_NAME := firmware-utils
include $(INCLUDE_DIR)/host-build.mk
define cc
$(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(1) src/$(1).c
$(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
endef
define Build/Compile
@@ -27,6 +27,7 @@ define Build/Compile
$(call cc,mkmylofw)
$(call cc,mkcsysimg)
$(call cc,mkzynfw)
$(call cc,lzma2eva,-lz)
endef
define Build/Install