Skip to content
Snippets Groups Projects
Commit feb19072 authored by Sandeep Sheriker Mallikarjun's avatar Sandeep Sheriker Mallikarjun Committed by John Crispin
Browse files

build: add image command for installing zImage file.

parent f8a5ac1a
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,11 @@ define Build/install-dtb ...@@ -114,6 +114,11 @@ define Build/install-dtb
) )
endef endef
define Build/install-zImage
$(CP) $(KDIR)/zImage \
$(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-zImage
endef
define Build/fit define Build/fit
$(TOPDIR)/scripts/mkits.sh \ $(TOPDIR)/scripts/mkits.sh \
-D $(DEVICE_NAME) -o $@.its -k $@ \ -D $(DEVICE_NAME) -o $@.its -k $@ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment