build: add image command for installing zImage file.

Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
This commit is contained in:
Sandeep Sheriker Mallikarjun 2017-09-13 11:51:14 -07:00 committed by John Crispin
parent f8a5ac1a88
commit feb1907270
1 changed files with 5 additions and 0 deletions

View File

@ -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 $@.its -k $@ \