Skip to content

Commit

Permalink
sh64: Build in support for generic stacktrace ops.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Aug 15, 2009
1 parent 65305ae commit 1ee4ab0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arch/sh/kernel/Makefile_64
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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.o topology.o traps.o traps_64.o unwinder.o
obj-y := debugtraps.o dumpstack.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.o topology.o \
traps.o traps_64.o unwinder.o

obj-y += cpu/
obj-$(CONFIG_SMP) += smp.o
Expand Down

0 comments on commit 1ee4ab0

Please sign in to comment.