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.
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)"