forked from luck/tmp_suning_uos_patched
c433820971
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>
7 lines
82 B
Makefile
7 lines
82 B
Makefile
#
|
|
# Makefile for the linux kernel debugger
|
|
#
|
|
|
|
obj-$(CONFIG_KGDB) += debug_core.o
|
|
|