Files
linux-apfs/kernel/debug/Makefile
T

7 lines
122 B
Makefile
Raw Normal View History

#
# Makefile for the linux kernel debugger
#
2010-04-02 11:48:03 -05:00
obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
2010-05-20 21:04:20 -05:00
obj-$(CONFIG_KGDB_KDB) += kdb/