projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
fs
/
pstore
/
Makefile
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