Googler | 9398cc3 | 2022-12-02 17:21:52 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Googler | af606d2 | 2022-10-26 21:40:12 -0700 | [diff] [blame] | 2 | # |
3 | # Makefile for the linux kernel debugger | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o | ||||
7 | obj-$(CONFIG_KGDB_KDB) += kdb/ |