diff options
author | David Howells <dhowells@redhat.com> | 2011-03-18 16:54:31 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-18 16:54:31 +0000 |
commit | e460d64405c04581e42aa9cbae76815a2d4e9abe (patch) | |
tree | 5c3deddaaf6d7883d6d39344b5a00857299f115b /arch/mn10300/kernel/Makefile | |
parent | 67ddb4052daac9d449caf2643ac365d42a04219a (diff) |
MN10300: Use KGDB
Diffstat (limited to 'arch/mn10300/kernel/Makefile')
-rw-r--r-- | arch/mn10300/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/kernel/Makefile b/arch/mn10300/kernel/Makefile index 48ab4017434d..47ed30fe8178 100644 --- a/arch/mn10300/kernel/Makefile +++ b/arch/mn10300/kernel/Makefile @@ -25,3 +25,4 @@ obj-$(CONFIG_MN10300_RTC) += rtc.o obj-$(CONFIG_PROFILE) += profile.o profile-low.o obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_KPROBES) += kprobes.o +obj-$(CONFIG_KGDB) += kgdb.o |