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