7 lines
82 B
Makefile
7 lines
82 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel debugger
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_KGDB) += debug_core.o
|
||
|
|