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>
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user