diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-15 11:55:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-15 11:55:38 -0400 |
commit | 1ee4ab09f38b77b3a5750429d456d6606b237924 (patch) | |
tree | e99fefc3d1ffd320c810aedc38541a91b62988ee | |
parent | 65305ae816ca17a38340aef0ccc92d0c127acccf (diff) |
sh64: Build in support for generic stacktrace ops.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/kernel/Makefile_64 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64 index 639ee514266c..cdfec1e499a0 100644 --- a/arch/sh/kernel/Makefile_64 +++ b/arch/sh/kernel/Makefile_64 | |||
@@ -1,8 +1,9 @@ | |||
1 | extra-y := head_64.o init_task.o vmlinux.lds | 1 | extra-y := head_64.o init_task.o vmlinux.lds |
2 | 2 | ||
3 | obj-y := debugtraps.o idle.o io.o io_generic.o irq.o machvec.o process_64.o \ | 3 | obj-y := debugtraps.o dumpstack.o idle.o io.o io_generic.o irq.o \ |
4 | ptrace_64.o setup.o signal_64.o sys_sh.o sys_sh64.o \ | 4 | machvec.o process_64.o ptrace_64.o setup.o signal_64.o \ |
5 | syscalls_64.o time.o topology.o traps.o traps_64.o unwinder.o | 5 | sys_sh.o sys_sh64.o syscalls_64.o time.o topology.o \ |
6 | traps.o traps_64.o unwinder.o | ||
6 | 7 | ||
7 | obj-y += cpu/ | 8 | obj-y += cpu/ |
8 | obj-$(CONFIG_SMP) += smp.o | 9 | obj-$(CONFIG_SMP) += smp.o |