Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
kernel
/
debug
/
Makefile
blob: a85edc339985ce000961f8ddb9c9c041308de970 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
1
#
2
# Makefile for the linux kernel debugger
3
#
4
5
obj
-
$
(
CONFIG_KGDB
)
+=
debug_core
.
o gdbstub
.
o
6
obj
-
$
(
CONFIG_KGDB_KDB
)
+=
kdb
/