6db4831e98
Android 14
7 lines
122 B
Makefile
7 lines
122 B
Makefile
#
|
|
# Makefile for the linux kernel debugger
|
|
#
|
|
|
|
obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
|
|
obj-$(CONFIG_KGDB_KDB) += kdb/
|