mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-06 03:10:56 +00:00
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
|
|
|