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