GNU Linux-libre 4.19.245-gnu1
[releases.git] / arch / nds32 / boot / Makefile
1 targets := Image Image.gz
2
3 $(obj)/Image: vmlinux FORCE
4         $(call if_changed,objcopy)
5
6 $(obj)/Image.gz: $(obj)/Image FORCE
7         $(call if_changed,gzip)
8
9 install: $(obj)/Image
10         $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
11         $(obj)/Image System.map "$(INSTALL_PATH)"
12
13 zinstall: $(obj)/Image.gz
14         $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
15         $(obj)/Image.gz System.map "$(INSTALL_PATH)"