commit | c433820971ffa854feda6adc17f5f24201354f11 | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Tue May 19 07:49:32 2009 -0500 |
committer | Jason Wessel <jason.wessel@windriver.com> | Thu May 20 21:04:18 2010 -0500 |
tree | efb8028cc56e36eeade40d3a96bb461a242bab51 | |
parent | a0fe3cc5d36a5f5b4f60abfe1a4b1caf4a5cce5a [diff] [blame] |
Move kernel/kgdb.c to kernel/debug/debug_core.c Move kgdb.c in preparation to separate the gdbstub from the debug core and exception handling. CC: Ingo Molnar <mingo@elte.hu> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
diff --git a/kernel/debug/Makefile b/kernel/debug/Makefile new file mode 100644 index 0000000..5d78504 --- /dev/null +++ b/kernel/debug/Makefile
@@ -0,0 +1,6 @@ +# +# Makefile for the linux kernel debugger +# + +obj-$(CONFIG_KGDB) += debug_core.o +