mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-01-18 12:41:23 +00:00
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/
|