2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-05-19 07:49:32 -05:00
|
|
|
#
|
|
|
|
|
# Makefile for the linux kernel debugger
|
|
|
|
|
#
|
|
|
|
|
|
2010-04-02 11:48:03 -05:00
|
|
|
obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
|
2010-05-20 21:04:20 -05:00
|
|
|
obj-$(CONFIG_KGDB_KDB) += kdb/
|