TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
b4b6d4a02fa8aa8187d426b508fb7f3b69df0dcc
/
.
/
kernel
/
debug
/
Makefile
blob: a85edc339985ce000961f8ddb9c9c041308de970 [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
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
/