Makefile (82045dd85566d87128dcc66277cf1177d9930a4a) | Makefile (f3e20ad67b4c8365df9818fd3c8026e105d6b53a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 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# 10# Copyright (C) 1994 by Linus Torvalds 11# 12 | 1# SPDX-License-Identifier: GPL-2.0 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# 10# Copyright (C) 1994 by Linus Torvalds 11# 12 |
13KBUILD_DEFCONFIG := defconfig 14 |
|
13LD_BFD := elf64-s390 14KBUILD_LDFLAGS := -m elf64_s390 15KBUILD_AFLAGS_MODULE += -fPIC 16KBUILD_CFLAGS_MODULE += -fPIC 17KBUILD_AFLAGS += -m64 18KBUILD_CFLAGS += -m64 19ifeq ($(CONFIG_RELOCATABLE),y) 20KBUILD_CFLAGS += -fPIE --- 157 unchanged lines hidden --- | 15LD_BFD := elf64-s390 16KBUILD_LDFLAGS := -m elf64_s390 17KBUILD_AFLAGS_MODULE += -fPIC 18KBUILD_CFLAGS_MODULE += -fPIC 19KBUILD_AFLAGS += -m64 20KBUILD_CFLAGS += -m64 21ifeq ($(CONFIG_RELOCATABLE),y) 22KBUILD_CFLAGS += -fPIE --- 157 unchanged lines hidden --- |