aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/Makefile
diff options
context:
space:
mode:
authorJason Wessel <[email protected]>2009-05-19 07:49:32 -0500
committerJason Wessel <[email protected]>2010-05-20 21:04:18 -0500
commitc433820971ffa854feda6adc17f5f24201354f11 (patch)
treeefb8028cc56e36eeade40d3a96bb461a242bab51 /kernel/debug/Makefile
parenta0fe3cc5d36a5f5b4f60abfe1a4b1caf4a5cce5a (diff)
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 <[email protected]> Signed-off-by: Jason Wessel <[email protected]>
Diffstat (limited to 'kernel/debug/Makefile')
-rw-r--r--kernel/debug/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/debug/Makefile b/kernel/debug/Makefile
new file mode 100644
index 000000000000..5d7850415266
--- /dev/null
+++ b/kernel/debug/Makefile
@@ -0,0 +1,6 @@
+#
+# Makefile for the linux kernel debugger
+#
+
+obj-$(CONFIG_KGDB) += debug_core.o
+