mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 02:04:43 +00:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
|
|
#
|
||
|
|
# Makefile for the linux kernel debugger
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-$(CONFIG_KGDB) += debug_core.o
|
||
|
|
|