Sign in
zircon-guest
/
third_party
/
linux
/
a5aa8a603efa25dd41220bff990da025c93b632b
/
.
/
fs
/
pstore
/
Makefile
blob: e647d8e81712f7478cc6d5a0698fe27b7518d589 [
file
] [
log
] [
blame
]
#
# Makefile for the linux pstorefs routines.
#
obj
-
y
+=
pstore
.
o
pstore
-
objs
+=
inode
.
o platform
.
o
obj
-
$
(
CONFIG_PSTORE_FTRACE
)
+=
ftrace
.
o
obj
-
$
(
CONFIG_PSTORE_PMSG
)
+=
pmsg
.
o
ramoops
-
objs
+=
ram
.
o ram_core
.
o
obj
-
$
(
CONFIG_PSTORE_RAM
)
+=
ramoops
.
o