Browse Source

build: add image command for installing zImage file.

Signed-off-by: Sandeep Sheriker Mallikarjun <[email protected]>
Sandeep Sheriker Mallikarjun 8 years ago
parent
commit
feb1907270
1 changed files with 5 additions and 0 deletions
  1. 5 0
      include/image-commands.mk

+ 5 - 0
include/image-commands.mk

@@ -114,6 +114,11 @@ define Build/install-dtb
 	)
 endef
 
+define Build/install-zImage
+    $(CP) $(KDIR)/zImage \
+      $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-zImage
+endef
+
 define Build/fit
 	$(TOPDIR)/scripts/mkits.sh \
 		-D $(DEVICE_NAME) -o [email protected] -k $@ \