diff options
author | Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com> | 2017-09-13 11:51:15 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-09-20 09:00:36 +0200 |
commit | d7a679a036c8b9880301c04f2ce2ac58801e7569 (patch) | |
tree | 4307c0bbb8199d48c160a7ce514e4ea4f98a4f96 /target/linux | |
parent | feb1907270622f094a54ef23a20e8991908eca25 (diff) | |
download | upstream-d7a679a036c8b9880301c04f2ce2ac58801e7569.tar.gz upstream-d7a679a036c8b9880301c04f2ce2ac58801e7569.tar.bz2 upstream-d7a679a036c8b9880301c04f2ce2ac58801e7569.zip |
at91: Install zImage.
Installing zImage to bin folder of device target.
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |