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