aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/Makefile_64
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-08 16:17:36 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-08 16:17:36 +0900
commitb179b72fad5c88c3b616fb88a9ae7cbbc1a750d3 (patch)
tree705f19b9756654e8799191e1c3d7ea3b2b4e812d /arch/sh/kernel/Makefile_64
parentadd47067a8ca324e9d26c4373350dc3cce7f1e7f (diff)
downloadkernel_samsung_smdk4412-b179b72fad5c88c3b616fb88a9ae7cbbc1a750d3.zip
kernel_samsung_smdk4412-b179b72fad5c88c3b616fb88a9ae7cbbc1a750d3.tar.gz
kernel_samsung_smdk4412-b179b72fad5c88c3b616fb88a9ae7cbbc1a750d3.tar.bz2
sh: Rename arch/sh/kernel/time_32.c to arch/sh/kernel/time.c.
This is now fully generic, and used both by _32 and _64 variants. Rename it accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile_64')
-rw-r--r--arch/sh/kernel/Makefile_642
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64
index 4667d4c..31f6ebf 100644
--- a/arch/sh/kernel/Makefile_64
+++ b/arch/sh/kernel/Makefile_64
@@ -2,7 +2,7 @@ extra-y := head_64.o init_task.o vmlinux.lds
obj-y := debugtraps.o idle.o io.o io_generic.o irq.o machvec.o process_64.o \
ptrace_64.o setup.o signal_64.o sys_sh.o sys_sh64.o \
- syscalls_64.o time_32.o topology.o traps.o traps_64.o
+ syscalls_64.o time.o topology.o traps.o traps_64.o
obj-y += cpu/ timers/
obj-$(CONFIG_VSYSCALL) += vsyscall/