ubuntu-linux-kernel/kernel/debug/Makefile

7 lines
122 B
Makefile
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
#
# Makefile for the linux kernel debugger
#
obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
obj-$(CONFIG_KGDB_KDB) += kdb/