summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/Makefile
diff options
context:
space:
mode:
authorVijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>2014-01-28 16:50:18 +0530
committerChanho Park <chanho61.park@samsung.com>2014-04-16 21:36:46 +0900
commit80f690c76fcb5c037e76b84ba10f55cc35fe77ee (patch)
tree90bd5f914c9a5dbdaf55ea2f32b3d7118ced7ed4 /arch/arm64/kernel/Makefile
parent023260452800c291adf178eccff283e5d1a78166 (diff)
downloadlinux-3.10-80f690c76fcb5c037e76b84ba10f55cc35fe77ee.tar.gz
linux-3.10-80f690c76fcb5c037e76b84ba10f55cc35fe77ee.tar.bz2
linux-3.10-80f690c76fcb5c037e76b84ba10f55cc35fe77ee.zip
arm64: KGDB: Add Basic KGDB support
Add KGDB debug support for kernel debugging. With this patch, basic KGDB debugging is possible.GDB register layout is updated and GDB tool can establish connection with target and can set/clear breakpoints. Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com> Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/Makefile')
-rw-r--r--arch/arm64/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile
index 2d4554b1341..e52bcdc6f09 100644
--- a/arch/arm64/kernel/Makefile
+++ b/arch/arm64/kernel/Makefile
@@ -20,6 +20,7 @@ arm64-obj-$(CONFIG_HAVE_HW_BREAKPOINT)+= hw_breakpoint.o
arm64-obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
arm64-obj-$(CONFIG_ARM64_CPU_SUSPEND) += sleep.o suspend.o
arm64-obj-$(CONFIG_JUMP_LABEL) += jump_label.o
+arm64-obj-$(CONFIG_KGDB) += kgdb.o
obj-y += $(arm64-obj-y) vdso/
obj-m += $(arm64-obj-m)