18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_citargets := Image Image.gz 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci$(obj)/Image: vmlinux FORCE 58c2ecf20Sopenharmony_ci $(call if_changed,objcopy) 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci$(obj)/Image.gz: $(obj)/Image FORCE 88c2ecf20Sopenharmony_ci $(call if_changed,gzip) 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciinstall: $(obj)/Image 118c2ecf20Sopenharmony_ci $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \ 128c2ecf20Sopenharmony_ci $(obj)/Image System.map "$(INSTALL_PATH)" 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_cizinstall: $(obj)/Image.gz 158c2ecf20Sopenharmony_ci $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \ 168c2ecf20Sopenharmony_ci $(obj)/Image.gz System.map "$(INSTALL_PATH)" 17