aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/Makefile')
-rw-r--r--arch/s390/kernel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile
index 235b9484a4dc..92730cc3cdb4 100644
--- a/arch/s390/kernel/Makefile
+++ b/arch/s390/kernel/Makefile
@@ -2,6 +2,11 @@
2# Makefile for the linux kernel. 2# Makefile for the linux kernel.
3# 3#
4 4
5ifdef CONFIG_FUNCTION_TRACER
6# Do not trace early boot code
7CFLAGS_REMOVE_early.o = -pg
8endif
9
5# 10#
6# Passing null pointers is ok for smp code, since we access the lowcore here. 11# Passing null pointers is ok for smp code, since we access the lowcore here.
7# 12#
@@ -34,6 +39,7 @@ obj-$(CONFIG_COMPAT) += compat_linux.o compat_signal.o \
34obj-$(CONFIG_VIRT_TIMER) += vtime.o 39obj-$(CONFIG_VIRT_TIMER) += vtime.o
35obj-$(CONFIG_STACKTRACE) += stacktrace.o 40obj-$(CONFIG_STACKTRACE) += stacktrace.o
36obj-$(CONFIG_KPROBES) += kprobes.o 41obj-$(CONFIG_KPROBES) += kprobes.o
42obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
37 43
38# Kexec part 44# Kexec part
39S390_KEXEC_OBJS := machine_kexec.o crash.o 45S390_KEXEC_OBJS := machine_kexec.o crash.o