Sign in
android-kvm
/
linux
/
8d605398425843c7ce3c0e9a0434d832d3bd54cc
/
.
/
kernel
/
debug
/
Makefile
blob: a85edc339985ce000961f8ddb9c9c041308de970 [
file
] [
log
] [
blame
]
Jason Wessel
c433820
2009-05-19 07:49:32 -0500
[
diff
] [
blame
]
1
#
2
# Makefile for the linux kernel debugger
3
#
4
Jason Wessel
53197fc
2010-04-02 11:48:03 -0500
[
diff
] [
blame
]
5
obj
-
$
(
CONFIG_KGDB
)
+=
debug_core
.
o gdbstub
.
o
Jason Wessel
5d5314d
2010-05-20 21:04:20 -0500
[
diff
] [
blame
]
6
obj
-
$
(
CONFIG_KGDB_KDB
)
+=
kdb
/