summaryrefslogtreecommitdiffstats
path: root/arch/cris/kernel/Makefile
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-05-14 18:19:03 +0200
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:56:50 +0200
commitaa6f4d2b6547a9949d87c9b09a872a7015366588 (patch)
tree6efb66f528d045e050b21889c31937b5b4bbadf6 /arch/cris/kernel/Makefile
parent3fffa23ee0a348aef1b597b67626d4724667143b (diff)
downloadop-kernel-dev-aa6f4d2b6547a9949d87c9b09a872a7015366588.zip
op-kernel-dev-aa6f4d2b6547a9949d87c9b09a872a7015366588.tar.gz
CRIS: add STACKTRACE_SUPPORT
Add stacktrace support, which is required for lockdep and tracing. The stack tracing simply looks at all kernel text symbols found on the stack, similar to the trap stack dumping code, which can also be converted to use this. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/kernel/Makefile')
-rw-r--r--arch/cris/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/kernel/Makefile b/arch/cris/kernel/Makefile
index edef71f..5fae398 100644
--- a/arch/cris/kernel/Makefile
+++ b/arch/cris/kernel/Makefile
@@ -8,6 +8,7 @@ extra-y := vmlinux.lds
obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
obj-y += devicetree.o
+obj-y += stacktrace.o
obj-$(CONFIG_MODULES) += crisksyms.o
obj-$(CONFIG_MODULES) += module.o
OpenPOWER on IntegriCloud