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