Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / nds32 / boot / Makefile
CommitLineData
e71ea3ba
GH
1targets := 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
9install: $(obj)/Image
10 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
11 $(obj)/Image System.map "$(INSTALL_PATH)"
12
13zinstall: $(obj)/Image.gz
14 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
15 $(obj)/Image.gz System.map "$(INSTALL_PATH)"