sh: dwarf unwinder support.
[deliverable/linux.git] / arch / sh / kernel / Makefile_64
index 67b9f6c6326b6bf1cf1cb7d34f024ca1f876958e..639ee514266cc539cd5494776a6eca7e1bdb86ee 100644 (file)
@@ -2,7 +2,7 @@ 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
+          syscalls_64.o time.o topology.o traps.o traps_64.o unwinder.o
 
 obj-y                          += cpu/
 obj-$(CONFIG_SMP)              += smp.o
@@ -13,6 +13,7 @@ obj-$(CONFIG_CRASH_DUMP)      += crash_dump.o
 obj-$(CONFIG_STACKTRACE)       += stacktrace.o
 obj-$(CONFIG_IO_TRAPPED)       += io_trapped.o
 obj-$(CONFIG_GENERIC_GPIO)     += gpio.o
+obj-$(CONFIG_DWARF_UNWINDER)   += dwarf.o
 
 obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)    += localtimer.o
 
This page took 0.027192 seconds and 5 git commands to generate.