xref: /linux/fs/pstore/Makefile (revision 3bb598fb23b6040e67b5e6db9a00b28cd26e5809)
1#
2# Makefile for the linux pstorefs routines.
3#
4
5obj-y += pstore.o
6
7pstore-objs += inode.o platform.o
8