Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jason Wessel | c433820 | 2009-05-19 07:49:32 -0500 | [diff] [blame] | 2 | # |
3 | # Makefile for the linux kernel debugger | ||||
4 | # | ||||
5 | |||||
Jason Wessel | 53197fc | 2010-04-02 11:48:03 -0500 | [diff] [blame] | 6 | obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o |
Jason Wessel | 5d5314d | 2010-05-20 21:04:20 -0500 | [diff] [blame] | 7 | obj-$(CONFIG_KGDB_KDB) += kdb/ |