From 8e0d7d6574139e1ab4f99926e2cd09f6959d1073 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 25 Mar 2017 19:18:37 +0100 Subject: build: move lzma2eva build step to image-commands.mk Move it to image-commands.mk so that it can used by other targets with eva based boards as well. Signed-off-by: Mathias Kresin --- include/image-commands.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/image-commands.mk') diff --git a/include/image-commands.mk b/include/image-commands.mk index c1d89825a3..093b93d0e9 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -44,6 +44,11 @@ define Build/buffalo-dhp-image mv $@.new $@ endef +define Build/eva-image + $(STAGING_DIR_HOST)/bin/lzma2eva $(KERNEL_LOADADDR) $(KERNEL_LOADADDR) $@ $@.new + mv $@.new $@ +endef + define Build/netgear-chk $(STAGING_DIR_HOST)/bin/mkchkimg \ -o $@.new \ -- cgit v1.2.3