summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/Makefile
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-04-04 21:14:10 +0200
committerHelge Deller <deller@gmx.de>2019-05-03 23:47:38 +0200
commiteacbfce19d8b6dbd7958cbe01d65a21324cc2fad (patch)
tree7c0da6ed84b5ff839e7ca019c45ee2bc28a4ec7f /arch/parisc/kernel/Makefile
parent620a53d522ba007a79fffc444bd75e8d3775f5b8 (diff)
parisc: add KGDB support
This patch add KGDB support to PA-RISC. It also implements single-stepping utilizing the recovery counter. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/Makefile')
-rw-r--r--arch/parisc/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/Makefile b/arch/parisc/kernel/Makefile
index d29bbd1a73b2..5012da96c196 100644
--- a/arch/parisc/kernel/Makefile
+++ b/arch/parisc/kernel/Makefile
@@ -33,3 +33,4 @@ obj-$(CONFIG_64BIT) += perf.o perf_asm.o $(obj64-y)
obj-$(CONFIG_PARISC_CPU_TOPOLOGY) += topology.o
obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o
obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
+obj-$(CONFIG_KGDB) += kgdb.o