phylink: make local function phylink_phy_change() static
[linux-2.6/btrfs-unstable.git] / arch / s390 / boot / Makefile
blobda9dad35c28e54e0f211bd3cfc2b0c66b51d983b
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the linux s390-specific parts of the memory manager.
6 COMPILE_VERSION := __linux_compile_version_id__`hostname | \
7 tr -c '[0-9A-Za-z]' '_'`__`date | \
8 tr -c '[0-9A-Za-z]' '_'`_t
10 ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
12 targets := image
13 targets += bzImage
14 subdir- := compressed
16 $(obj)/image: vmlinux FORCE
17 $(call if_changed,objcopy)
19 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
20 $(call if_changed,objcopy)
22 $(obj)/compressed/vmlinux: FORCE
23 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
25 install: $(CONFIGURE) $(obj)/bzImage
26 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
27 System.map "$(INSTALL_PATH)"