repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
fs
/
pstore
/
Makefile
blob
4c9095c2781e17c2d944081f20f9e2c639a9a6b8
1
#
2
# Makefile for the linux pstorefs routines.
3
#
4
5
obj-y
+=
pstore.o
6
7
pstore-objs
+=
inode.o platform.o
8
obj-
$(
CONFIG_PSTORE_FTRACE
) +=
ftrace.o
9
10
ramoops-objs
+=
ram.o ram_core.o
11
obj-
$(
CONFIG_PSTORE_RAM
) +=
ramoops.o