xref: /linux/fs/pstore/Makefile (revision 26b0d14106954ae46d2f4f7eec3481828a210f7d)
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