Makefile (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) Makefile (d92cc4d5164398cc6d191084b46e622976c0ba89)
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

--- 114 unchanged lines hidden (view full) ---

123KBUILD_AFLAGS += $(aflags-y) $(cfi)
124export KBUILD_AFLAGS_DECOMPRESSOR
125export KBUILD_CFLAGS_DECOMPRESSOR
126
127OBJCOPYFLAGS := -O binary
128
129head-y := arch/s390/kernel/head64.o
130
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

--- 114 unchanged lines hidden (view full) ---

123KBUILD_AFLAGS += $(aflags-y) $(cfi)
124export KBUILD_AFLAGS_DECOMPRESSOR
125export KBUILD_CFLAGS_DECOMPRESSOR
126
127OBJCOPYFLAGS := -O binary
128
129head-y := arch/s390/kernel/head64.o
130
131# See arch/s390/Kbuild for content of core part of the kernel
132core-y += arch/s390/
133
134libs-y += arch/s390/lib/
135drivers-y += drivers/s390/
136
137boot := arch/s390/boot
138syscalls := arch/s390/kernel/syscalls
139tools := arch/s390/tools
140
141all: bzImage

--- 35 unchanged lines hidden ---
131libs-y += arch/s390/lib/
132drivers-y += drivers/s390/
133
134boot := arch/s390/boot
135syscalls := arch/s390/kernel/syscalls
136tools := arch/s390/tools
137
138all: bzImage

--- 35 unchanged lines hidden ---