Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof...
[linux-block.git] / fs / pstore / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ca01d6dd
TL
2#
3# Makefile for the linux pstorefs routines.
4#
5
ee1d2674 6obj-$(CONFIG_PSTORE) += pstore.o
ca01d6dd
TL
7
8pstore-objs += inode.o platform.o
ee1d2674 9pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
1894a253 10
ee1d2674 11pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
9d5438f4 12
cddb8751 13ramoops-objs += ram.o ram_core.o
1894a253 14obj-$(CONFIG_PSTORE_RAM) += ramoops.o
d26c3321
WL
15
16pstore_zone-objs += zone.o
17obj-$(CONFIG_PSTORE_ZONE) += pstore_zone.o
17639f67
WL
18
19pstore_blk-objs += blk.o
20obj-$(CONFIG_PSTORE_BLK) += pstore_blk.o