diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2015-02-13 15:04:39 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-03-25 13:49:34 +0300 |
commit | 4bfc86ce9436ea8064cad90fd891625bd814be1d (patch) | |
tree | 1236109ded892f3305bef2d38bfa524bbb170c9e /arch/s390/kernel/Makefile | |
parent | 5a79859ae0f35d25c67a03e82bf0c80592f16a39 (diff) | |
download | linux-4bfc86ce9436ea8064cad90fd891625bd814be1d.tar.xz |
s390: remove "64" suffix from a couple of files
Rename a couple of files to get rid of the "64" suffix.
"git blame" will still work.
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile index d94cbba95c50..a6d0b9dd05e6 100644 --- a/arch/s390/kernel/Makefile +++ b/arch/s390/kernel/Makefile @@ -33,7 +33,7 @@ obj-y += processor.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o nmi.o obj-y += debug.o irq.o ipl.o dis.o diag.o sclp.o vdso.o obj-y += sysinfo.o jump_label.o lgr.o os_info.o machine_kexec.o pgm_check.o obj-y += runtime_instr.o cache.o dumpstack.o -obj-y += entry64.o reipl64.o relocate_kernel64.o +obj-y += entry.o reipl.o relocate_kernel.o extra-y += head.o head64.o vmlinux.lds |