]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/s390/boot/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.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
6COMPILE_VERSION := __linux_compile_version_id__`hostname | \
7 tr -c '[0-9A-Za-z]' '_'`__`date | \
8 tr -c '[0-9A-Za-z]' '_'`_t
9
c73028a0 10ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
1da177e4
LT
11
12targets := image
1844c9bc
MS
13targets += bzImage
14subdir- := compressed
1da177e4
LT
15
16$(obj)/image: vmlinux FORCE
17 $(call if_changed,objcopy)
18
1844c9bc
MS
19$(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
20 $(call if_changed,objcopy)
21
22$(obj)/compressed/vmlinux: FORCE
23 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
24
aec644e5
HB
25install: $(CONFIGURE) $(obj)/bzImage
26 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
679e2ea7 27 System.map "$(INSTALL_PATH)"