Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux-2.6-block.git] / arch / parisc / boot / Makefile
1 #
2 # Makefile for the linux parisc-specific parts of the boot image creator.
3 #
4
5 targets := image
6 targets += bzImage
7 subdir- := compressed
8
9 $(obj)/image: vmlinux FORCE
10         $(call if_changed,objcopy)
11
12 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
13         $(call if_changed,objcopy)
14
15 $(obj)/compressed/vmlinux: FORCE
16         $(Q)$(MAKE) $(build)=$(obj)/compressed $@
17
18 install: $(CONFIGURE) $(obj)/bzImage
19         sh -x  $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
20               System.map "$(INSTALL_PATH)"