Files
linux/kernel/debug/Makefile
Igor Pečovnik dcc7ab92ae Initial commit
2018-07-08 10:01:26 +00:00

7 lines
122 B
Makefile

#
# Makefile for the linux kernel debugger
#
obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
obj-$(CONFIG_KGDB_KDB) += kdb/