1 targets
:= Image Image.gz
3 $(obj
)/Image
: vmlinux FORCE
4 $(call if_changed
,objcopy
)
6 $(obj
)/Image.gz
: $(obj
)/Image FORCE
7 $(call if_changed
,gzip
)
10 $(CONFIG_SHELL
) $(srctree
)/$(src
)/install.sh
$(KERNELRELEASE
) \
11 $(obj
)/Image System.map
"$(INSTALL_PATH)"
13 zinstall
: $(obj
)/Image.gz
14 $(CONFIG_SHELL
) $(srctree
)/$(src
)/install.sh
$(KERNELRELEASE
) \
15 $(obj
)/Image.gz System.map
"$(INSTALL_PATH)"