From 96ff2d7081cfc50e5493e9a5ac7c58bfa2ea41d3 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Wed, 20 Jan 2016 23:27:30 +0900 Subject: h8300: Add KGDB support. Signed-off-by: Yoshinori Sato --- arch/h8300/kernel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/h8300/kernel/Makefile') diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile index 5bc33f2fcc08..253f8e322ecc 100644 --- a/arch/h8300/kernel/Makefile +++ b/arch/h8300/kernel/Makefile @@ -17,3 +17,5 @@ obj-$(CONFIG_H8S_SIM) += sim-console.o obj-$(CONFIG_CPU_H8300H) += ptrace_h.o obj-$(CONFIG_CPU_H8S) += ptrace_s.o + +obj-$(CONFIG_KGDB) += kgdb.o -- cgit v1.2.3