Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / fs / pstore / Makefile
blob967b5891f325d487dcd24b7249dd3b28e60bc89c
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the linux pstorefs routines.
6 obj-$(CONFIG_PSTORE) += pstore.o
8 pstore-objs += inode.o platform.o
9 pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
11 pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
13 ramoops-objs += ram.o ram_core.o
14 obj-$(CONFIG_PSTORE_RAM) += ramoops.o