Files

8 lines
162 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
#
# 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/