aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/Makefile_64
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 03:46:49 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:45 -0500
commit1b6cf8175e52cbda111ab8b590da6a1d093e9954 (patch)
treec21147bf2fd8c260e743a7100b0d63ca91a6f4d6 /arch/sh/kernel/Makefile_64
parent4c91d6b105af5ab3011158addbd23f038aee6a00 (diff)
sh: Split out syscall ABI for _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile_64')
-rw-r--r--arch/sh/kernel/Makefile_644
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64
index 6e72ed4c07fb..41b3efc25686 100644
--- a/arch/sh/kernel/Makefile_64
+++ b/arch/sh/kernel/Makefile_64
@@ -1,8 +1,8 @@
1extra-y := head_64.o init_task.o vmlinux.lds 1extra-y := head_64.o init_task.o vmlinux.lds
2 2
3obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \ 3obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process_64.o \
4 ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o syscalls.o \ 4 ptrace_64.o semaphore.o setup.o signal_64.o sys_sh64.o \
5 time.o topology.o traps_64.o 5 syscalls_64.o time.o topology.o traps_64.o
6 6
7obj-y += cpu/ timers/ 7obj-y += cpu/ timers/
8obj-$(CONFIG_VSYSCALL) += vsyscall/ 8obj-$(CONFIG_VSYSCALL) += vsyscall/