xref: /linux/fs/pstore/Makefile (revision 5148fa52a12fa1b97c730b2fe321f2aad7ea041c)
1#
2# Makefile for the linux pstorefs routines.
3#
4
5obj-y += pstore.o
6
7pstore-objs += inode.o platform.o
8
9ramoops-objs += ram.o ram_core.o
10obj-$(CONFIG_PSTORE_RAM)	+= ramoops.o
11