mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 22:42:04 +00:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel debugger
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_KGDB) += debug_core.o
|
||
|
|