Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
1aff617e2d2be96cb79bc3a57f656e31e4e4da1b
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
kernel
/
debug
/
Makefile
blob: a85edc339985ce000961f8ddb9c9c041308de970 [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -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
/