aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/Makefile
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-08-27 09:50:29 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-09-26 09:44:54 -0400
commit48a8ca03f8fd49a4d0c0c8843d4f5a7008dc2656 (patch)
treef37ca12eb5023298aa045b19d019310b611c9215 /arch/s390/kernel/Makefile
parent1c725922dd8274b6e0b370ad33cfaef9013fd70b (diff)
s390/kexec: move machine_crash_shutdown() to machine_kexec.c
machine_crash_shutdown() was the only function in crash.c. So move the function and delete one file. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/Makefile')
-rw-r--r--arch/s390/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile
index 86b8247134c1..9a111b621f4e 100644
--- a/arch/s390/kernel/Makefile
+++ b/arch/s390/kernel/Makefile
@@ -52,7 +52,7 @@ obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_cpum_cf.o
52obj-$(CONFIG_64BIT) += cache.o 52obj-$(CONFIG_64BIT) += cache.o
53 53
54# Kexec part 54# Kexec part
55S390_KEXEC_OBJS := machine_kexec.o crash.o 55S390_KEXEC_OBJS := machine_kexec.o
56S390_KEXEC_OBJS += $(if $(CONFIG_64BIT),relocate_kernel64.o,relocate_kernel.o) 56S390_KEXEC_OBJS += $(if $(CONFIG_64BIT),relocate_kernel64.o,relocate_kernel.o)
57obj-$(CONFIG_KEXEC) += $(S390_KEXEC_OBJS) 57obj-$(CONFIG_KEXEC) += $(S390_KEXEC_OBJS)
58 58