From d7a679a036c8b9880301c04f2ce2ac58801e7569 Mon Sep 17 00:00:00 2001 From: Sandeep Sheriker Mallikarjun Date: Wed, 13 Sep 2017 11:51:15 -0700 Subject: [PATCH] at91: Install zImage. Installing zImage to bin folder of device target. Signed-off-by: Sandeep Sheriker Mallikarjun --- target/linux/at91/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 6e2b6b6101..99c7e21669 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -43,9 +43,15 @@ define Device/evaluation IMAGE/root.ubi := append-ubi endef +define Device/evaluation-zImage + IMAGES += zImage + IMAGE/zImage := install-zImage +endef + define Device/evaluation-dtb $(Device/evaluation) $(Device/dtb) + $(Device/evaluation-zImage) IMAGES += dtb IMAGE/dtb := install-dtb endef -- 2.30.2