summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 11:36:10 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 11:36:10 +0900
commit1c5f8f85df96dd7c17d63eed2d7da18b3ad00b6d (patch)
treec207fba027e33ada37d5e043528922241d024626 /arch/sh/kernel/Makefile
parent765ae317ce030217af556dc46bec238dab15091e (diff)
downloadlinux-1c5f8f85df96dd7c17d63eed2d7da18b3ad00b6d.tar.bz2
sh: Move syscall table in to syscall.S.
Move the syscall table in to its own file, as per sh64. The entry.S bits will end up being considerably different in the sh2/sh2a cases, so this lets us keep things in sync somewhat.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile')
-rw-r--r--arch/sh/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile
index f05cd96f8867..2de82b66af4a 100644
--- a/arch/sh/kernel/Makefile
+++ b/arch/sh/kernel/Makefile
@@ -6,7 +6,7 @@ extra-y := head.o init_task.o vmlinux.lds
obj-y := process.o signal.o entry.o traps.o irq.o \
ptrace.o setup.o time.o sys_sh.o semaphore.o \
- io.o io_generic.o sh_ksyms.o
+ io.o io_generic.o sh_ksyms.o syscalls.o
obj-y += cpu/ timers/