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