xref: /linux-6.15/kernel/debug/Makefile (revision c4338209)
1#
2# Makefile for the linux kernel debugger
3#
4
5obj-$(CONFIG_KGDB) += debug_core.o
6
7