mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel debugger
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_KGDB) += debug_core.o
|
||
|
|