Greg Kroah-Hartman | 0b73214 | 2017-11-24 15:00:38 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # s390/Makefile |
| 4 | # |
| 5 | # This file is included by the global makefile so that you can add your own |
| 6 | # architecture-specific flags and dependencies. Remember to do have actions |
| 7 | # for "archclean" and "archdep" for cleaning up and making dependencies for |
| 8 | # this architecture |
| 9 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | # Copyright (C) 1994 by Linus Torvalds |
| 11 | # |
| 12 | |
Martin Schwidefsky | 1844c9b | 2010-02-26 22:37:53 +0100 | [diff] [blame] | 13 | LD_BFD := elf64-s390 |
Masahiro Yamada | d503ac5 | 2018-08-24 08:20:39 +0900 | [diff] [blame] | 14 | KBUILD_LDFLAGS := -m elf64_s390 |
Martin Schwidefsky | 7bdc229 | 2013-01-11 15:26:01 +0100 | [diff] [blame] | 15 | KBUILD_AFLAGS_MODULE += -fPIC |
| 16 | KBUILD_CFLAGS_MODULE += -fPIC |
Sam Ravnborg | 222d394 | 2007-10-15 21:59:31 +0200 | [diff] [blame] | 17 | KBUILD_AFLAGS += -m64 |
Vasily Gorbik | 76bf9d6 | 2018-06-15 12:28:05 +0200 | [diff] [blame] | 18 | KBUILD_CFLAGS += -m64 |
Gerald Schaefer | 805bc0b | 2019-02-03 21:35:45 +0100 | [diff] [blame] | 19 | ifeq ($(CONFIG_RELOCATABLE),y) |
| 20 | KBUILD_CFLAGS += -fPIE |
| 21 | LDFLAGS_vmlinux := -pie |
| 22 | endif |
Vasily Gorbik | ee6d777 | 2018-06-28 19:22:21 +0200 | [diff] [blame] | 23 | aflags_dwarf := -Wa,-gdwarf-2 |
Arnd Bergmann | 96fb54a | 2019-04-15 10:35:52 +0200 | [diff] [blame^] | 24 | KBUILD_AFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -D__ASSEMBLY__ |
Vasily Gorbik | ee6d777 | 2018-06-28 19:22:21 +0200 | [diff] [blame] | 25 | KBUILD_AFLAGS_DECOMPRESSOR += $(if $(CONFIG_DEBUG_INFO),$(aflags_dwarf)) |
Arnd Bergmann | 96fb54a | 2019-04-15 10:35:52 +0200 | [diff] [blame^] | 26 | KBUILD_CFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -O2 |
Vasily Gorbik | 76bf9d6 | 2018-06-15 12:28:05 +0200 | [diff] [blame] | 27 | KBUILD_CFLAGS_DECOMPRESSOR += -DDISABLE_BRANCH_PROFILING -D__NO_FORTIFY |
| 28 | KBUILD_CFLAGS_DECOMPRESSOR += -fno-delete-null-pointer-checks -msoft-float |
| 29 | KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables |
| 30 | KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-option,-ffreestanding) |
Vasily Gorbik | ee6d777 | 2018-06-28 19:22:21 +0200 | [diff] [blame] | 31 | KBUILD_CFLAGS_DECOMPRESSOR += $(if $(CONFIG_DEBUG_INFO),-g) |
| 32 | KBUILD_CFLAGS_DECOMPRESSOR += $(if $(CONFIG_DEBUG_INFO_DWARF4), $(call cc-option, -gdwarf-4,)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | UTS_MACHINE := s390x |
Vasily Gorbik | 9fed920 | 2018-10-26 15:29:59 +0200 | [diff] [blame] | 34 | STACK_SIZE := $(if $(CONFIG_KASAN),65536,16384) |
Luc Van Oostenryck | 14516765 | 2018-05-28 20:27:35 +0200 | [diff] [blame] | 35 | CHECKFLAGS += -D__s390__ -D__s390x__ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | |
Martin Schwidefsky | 1844c9b | 2010-02-26 22:37:53 +0100 | [diff] [blame] | 37 | export LD_BFD |
| 38 | |
Heiko Carstens | 0f1b1ff | 2014-08-14 16:06:02 +0200 | [diff] [blame] | 39 | mflags-$(CONFIG_MARCH_Z900) := -march=z900 |
| 40 | mflags-$(CONFIG_MARCH_Z990) := -march=z990 |
| 41 | mflags-$(CONFIG_MARCH_Z9_109) := -march=z9-109 |
| 42 | mflags-$(CONFIG_MARCH_Z10) := -march=z10 |
| 43 | mflags-$(CONFIG_MARCH_Z196) := -march=z196 |
| 44 | mflags-$(CONFIG_MARCH_ZEC12) := -march=zEC12 |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 45 | mflags-$(CONFIG_MARCH_Z13) := -march=z13 |
| 46 | mflags-$(CONFIG_MARCH_Z14) := -march=z14 |
Heiko Carstens | 0f1b1ff | 2014-08-14 16:06:02 +0200 | [diff] [blame] | 47 | |
Martin Schwidefsky | 22362a0 | 2015-07-08 10:20:04 +0200 | [diff] [blame] | 48 | export CC_FLAGS_MARCH := $(mflags-y) |
| 49 | |
Heiko Carstens | 0f1b1ff | 2014-08-14 16:06:02 +0200 | [diff] [blame] | 50 | aflags-y += $(mflags-y) |
| 51 | cflags-y += $(mflags-y) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 53 | cflags-$(CONFIG_MARCH_Z900_TUNE) += -mtune=z900 |
| 54 | cflags-$(CONFIG_MARCH_Z990_TUNE) += -mtune=z990 |
| 55 | cflags-$(CONFIG_MARCH_Z9_109_TUNE) += -mtune=z9-109 |
| 56 | cflags-$(CONFIG_MARCH_Z10_TUNE) += -mtune=z10 |
| 57 | cflags-$(CONFIG_MARCH_Z196_TUNE) += -mtune=z196 |
| 58 | cflags-$(CONFIG_MARCH_ZEC12_TUNE) += -mtune=zEC12 |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 59 | cflags-$(CONFIG_MARCH_Z13_TUNE) += -mtune=z13 |
| 60 | cflags-$(CONFIG_MARCH_Z14_TUNE) += -mtune=z14 |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 61 | |
Martin Schwidefsky | c783b91 | 2016-09-06 10:46:36 +0200 | [diff] [blame] | 62 | cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include |
| 63 | |
Heiko Carstens | cbbd1fa | 2006-07-03 00:24:38 -0700 | [diff] [blame] | 64 | # |
| 65 | # Prevent tail-call optimizations, to get clearer backtraces: |
| 66 | # |
| 67 | cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls |
| 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | ifeq ($(call cc-option-yn,-mpacked-stack),y) |
| 70 | cflags-$(CONFIG_PACK_STACK) += -mpacked-stack -D__PACK_STACK |
| 71 | aflags-$(CONFIG_PACK_STACK) += -D__PACK_STACK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | endif |
| 73 | |
Vasily Gorbik | 76bf9d6 | 2018-06-15 12:28:05 +0200 | [diff] [blame] | 74 | KBUILD_AFLAGS_DECOMPRESSOR += $(aflags-y) |
| 75 | KBUILD_CFLAGS_DECOMPRESSOR += $(cflags-y) |
| 76 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y) |
| 78 | cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE) |
Martin Schwidefsky | be79628 | 2007-04-27 16:01:46 +0200 | [diff] [blame] | 79 | ifneq ($(call cc-option-yn,-mstack-size=8192),y) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | cflags-$(CONFIG_CHECK_STACK) += -mstack-guard=$(CONFIG_STACK_GUARD) |
| 81 | endif |
Martin Schwidefsky | be79628 | 2007-04-27 16:01:46 +0200 | [diff] [blame] | 82 | endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 83 | |
Vasily Gorbik | 76bf9d6 | 2018-06-15 12:28:05 +0200 | [diff] [blame] | 84 | ifdef CONFIG_WARN_DYNAMIC_STACK |
| 85 | ifeq ($(call cc-option-yn,-mwarn-dynamicstack),y) |
| 86 | KBUILD_CFLAGS += -mwarn-dynamicstack |
| 87 | KBUILD_CFLAGS_DECOMPRESSOR += -mwarn-dynamicstack |
| 88 | endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | endif |
| 90 | |
Martin Schwidefsky | f19fbd5 | 2018-01-26 12:46:47 +0100 | [diff] [blame] | 91 | ifdef CONFIG_EXPOLINE |
| 92 | ifeq ($(call cc-option-yn,$(CC_FLAGS_MARCH) -mindirect-branch=thunk),y) |
| 93 | CC_FLAGS_EXPOLINE := -mindirect-branch=thunk |
| 94 | CC_FLAGS_EXPOLINE += -mfunction-return=thunk |
| 95 | CC_FLAGS_EXPOLINE += -mindirect-branch-table |
| 96 | export CC_FLAGS_EXPOLINE |
Martin Schwidefsky | 6e179d6 | 2018-03-23 13:04:49 +0100 | [diff] [blame] | 97 | cflags-y += $(CC_FLAGS_EXPOLINE) -DCC_USING_EXPOLINE |
Vasily Gorbik | 157484a | 2018-06-15 10:22:18 +0200 | [diff] [blame] | 98 | aflags-y += -DCC_USING_EXPOLINE |
Martin Schwidefsky | f19fbd5 | 2018-01-26 12:46:47 +0100 | [diff] [blame] | 99 | endif |
| 100 | endif |
| 101 | |
Heiko Carstens | e6d60b3 | 2015-01-09 13:08:28 +0100 | [diff] [blame] | 102 | ifdef CONFIG_FUNCTION_TRACER |
Vasily Gorbik | d983c89 | 2018-08-06 15:17:47 +0200 | [diff] [blame] | 103 | ifeq ($(call cc-option-yn,-mfentry -mnop-mcount),n) |
| 104 | # make use of hotpatch feature if the compiler supports it |
| 105 | cc_hotpatch := -mhotpatch=0,3 |
| 106 | ifeq ($(call cc-option-yn,$(cc_hotpatch)),y) |
| 107 | CC_FLAGS_FTRACE := $(cc_hotpatch) |
| 108 | KBUILD_AFLAGS += -DCC_USING_HOTPATCH |
| 109 | KBUILD_CFLAGS += -DCC_USING_HOTPATCH |
| 110 | endif |
| 111 | endif |
Heiko Carstens | e6d60b3 | 2015-01-09 13:08:28 +0100 | [diff] [blame] | 112 | endif |
| 113 | |
Hendrik Brueckner | 7bceec4 | 2017-11-20 11:46:13 +0100 | [diff] [blame] | 114 | # Test CFI features of binutils |
| 115 | cfi := $(call as-instr,.cfi_startproc\n.cfi_val_offset 15$(comma)-160\n.cfi_endproc,-DCONFIG_AS_CFI_VAL_OFFSET=1) |
| 116 | |
Sam Ravnborg | a0f97e0 | 2007-10-14 22:21:35 +0200 | [diff] [blame] | 117 | KBUILD_CFLAGS += -mbackchain -msoft-float $(cflags-y) |
Arnd Bergmann | c1afcae | 2019-04-08 23:26:14 +0200 | [diff] [blame] | 118 | KBUILD_CFLAGS += -pipe -Wno-sign-compare |
Hendrik Brueckner | 7bceec4 | 2017-11-20 11:46:13 +0100 | [diff] [blame] | 119 | KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi) |
| 120 | KBUILD_AFLAGS += $(aflags-y) $(cfi) |
Vasily Gorbik | 76bf9d6 | 2018-06-15 12:28:05 +0200 | [diff] [blame] | 121 | export KBUILD_AFLAGS_DECOMPRESSOR |
| 122 | export KBUILD_CFLAGS_DECOMPRESSOR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | |
| 124 | OBJCOPYFLAGS := -O binary |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | |
Vasily Gorbik | 8282cd6 | 2018-06-12 15:11:40 +0200 | [diff] [blame] | 126 | head-y := arch/s390/kernel/head64.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | |
Heiko Carstens | 0148594 | 2010-10-25 16:10:09 +0200 | [diff] [blame] | 128 | # See arch/s390/Kbuild for content of core part of the kernel |
| 129 | core-y += arch/s390/ |
Hans-Joachim Picht | 155af2f | 2009-06-16 10:30:52 +0200 | [diff] [blame] | 130 | |
Michael Holzheu | 4562c9f | 2007-02-21 10:55:46 +0100 | [diff] [blame] | 131 | libs-y += arch/s390/lib/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | drivers-y += drivers/s390/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | |
| 134 | # must be linked after kernel |
| 135 | drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ |
| 136 | |
Michael Holzheu | 4562c9f | 2007-02-21 10:55:46 +0100 | [diff] [blame] | 137 | boot := arch/s390/boot |
Hendrik Brueckner | 5c75824 | 2017-12-11 14:54:08 +0100 | [diff] [blame] | 138 | syscalls := arch/s390/kernel/syscalls |
Heiko Carstens | c30f682 | 2015-02-02 07:08:44 +0100 | [diff] [blame] | 139 | tools := arch/s390/tools |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | |
Vasily Gorbik | 00f2fb5 | 2018-06-11 14:35:01 +0200 | [diff] [blame] | 141 | all: bzImage |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | |
Vasily Gorbik | e0aa099 | 2018-02-20 11:31:34 +0100 | [diff] [blame] | 143 | #KBUILD_IMAGE is necessary for packaging targets like rpm-pkg, deb-pkg... |
| 144 | KBUILD_IMAGE := $(boot)/bzImage |
| 145 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | install: vmlinux |
| 147 | $(Q)$(MAKE) $(build)=$(boot) $@ |
| 148 | |
Vasily Gorbik | 00f2fb5 | 2018-06-11 14:35:01 +0200 | [diff] [blame] | 149 | bzImage: vmlinux |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |
| 151 | |
Michael Holzheu | 411ed32 | 2007-04-27 16:01:49 +0200 | [diff] [blame] | 152 | zfcpdump: |
| 153 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |
| 154 | |
Hendrik Brueckner | f3cb31e | 2010-05-17 10:00:09 +0200 | [diff] [blame] | 155 | vdso_install: |
Hendrik Brueckner | f3cb31e | 2010-05-17 10:00:09 +0200 | [diff] [blame] | 156 | $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ |
Hendrik Brueckner | f3cb31e | 2010-05-17 10:00:09 +0200 | [diff] [blame] | 157 | $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@ |
| 158 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 159 | archclean: |
| 160 | $(Q)$(MAKE) $(clean)=$(boot) |
Heiko Carstens | c30f682 | 2015-02-02 07:08:44 +0100 | [diff] [blame] | 161 | $(Q)$(MAKE) $(clean)=$(tools) |
| 162 | |
Hendrik Brueckner | 5c75824 | 2017-12-11 14:54:08 +0100 | [diff] [blame] | 163 | archheaders: |
| 164 | $(Q)$(MAKE) $(build)=$(syscalls) uapi |
| 165 | |
Heiko Carstens | c30f682 | 2015-02-02 07:08:44 +0100 | [diff] [blame] | 166 | archprepare: |
Hendrik Brueckner | 5c75824 | 2017-12-11 14:54:08 +0100 | [diff] [blame] | 167 | $(Q)$(MAKE) $(build)=$(syscalls) kapi |
Hendrik Brueckner | 7fbf831 | 2018-01-11 12:13:18 +0100 | [diff] [blame] | 168 | $(Q)$(MAKE) $(build)=$(tools) kapi |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 169 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | # Don't use tabs in echo arguments |
| 171 | define archhelp |
Vasily Gorbik | 00f2fb5 | 2018-06-11 14:35:01 +0200 | [diff] [blame] | 172 | echo '* bzImage - Kernel image for IPL ($(boot)/bzImage)' |
Michael Holzheu | b8eecf3 | 2015-11-25 11:54:36 +0100 | [diff] [blame] | 173 | echo ' install - Install kernel using' |
| 174 | echo ' (your) ~/bin/$(INSTALLKERNEL) or' |
| 175 | echo ' (distribution) /sbin/$(INSTALLKERNEL) or' |
| 176 | echo ' install to $$(INSTALL_PATH)' |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | endef |