Explorar o código

at91: Install zImage.

Installing zImage to bin folder of device target.

Signed-off-by: Sandeep Sheriker Mallikarjun <[email protected]>
Sandeep Sheriker Mallikarjun %!s(int64=8) %!d(string=hai) anos
pai
achega
d7a679a036
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      target/linux/at91/image/Makefile

+ 6 - 0
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