linux/kernel/debug/Makefile
Jason Wessel c433820971 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>
2010-05-20 21:04:18 -05:00

6 lines
82 B
Makefile

#
# Makefile for the linux kernel debugger
#
obj-$(CONFIG_KGDB) += debug_core.o