summaryrefslogtreecommitdiffstats
path: root/fs/pstore/Makefile
blob: 278a44e0d4e176716ebee280c0fc19dfb5042823 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for the linux pstorefs routines.
#

obj-y += pstore.o

pstore-objs += inode.o platform.o

ramoops-objs += ram.o ram_core.o
obj-$(CONFIG_PSTORE_RAM)	+= ramoops.o