Sign in
coral
/
linux-mtk
/
17f8c842d24ac054e4212c82b5bd6ae455a334f3
/
.
/
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