diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-01-20 17:27:30 +0300 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-01-20 17:27:30 +0300 |
commit | 96ff2d7081cfc50e5493e9a5ac7c58bfa2ea41d3 (patch) | |
tree | bbe1d1d66bbc7f52d26d25afa78c98a4c42f1f8f /arch/h8300/kernel/Makefile | |
parent | be13326058e79c0b3d8caea5e7d1b34286c09487 (diff) | |
download | linux-96ff2d7081cfc50e5493e9a5ac7c58bfa2ea41d3.tar.xz |
h8300: Add KGDB support.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/kernel/Makefile')
-rw-r--r-- | arch/h8300/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |