Merge tag 'platform-drivers-x86-v4.17-2' of git://git.infradead.org/linux-platform...
[linux-2.6-block.git] / arch / s390 / boot / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the linux s390-specific parts of the memory manager.
4#
5
1da177e4 6targets := image
1844c9bc
MS
7targets += bzImage
8subdir- := compressed
1da177e4
LT
9
10$(obj)/image: vmlinux FORCE
11 $(call if_changed,objcopy)
12
1844c9bc
MS
13$(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
14 $(call if_changed,objcopy)
15
16$(obj)/compressed/vmlinux: FORCE
17 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
18
aec644e5
HB
19install: $(CONFIGURE) $(obj)/bzImage
20 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
679e2ea7 21 System.map "$(INSTALL_PATH)"