[LEDE-DEV] [LEDE-DEV,v2, 03/11] at91: Install zImage.
Sandeep Sheriker Mallikarjun
sandeepsheriker.mallikarjun at microchip.com
Wed Sep 13 11:51:15 PDT 2017
Installing zImage to bin folder of device target.
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
---
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 6e2b6b6..99c7e21 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.7.4
More information about the Lede-dev
mailing list