]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/pstore/Makefile
PCI: PM: Skip devices in D0 for suspend-to-idle
[mirror_ubuntu-bionic-kernel.git] / fs / pstore / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the linux pstorefs routines.
4 #
5
6 obj-$(CONFIG_PSTORE) += pstore.o
7
8 pstore-objs += inode.o platform.o
9 pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
10
11 pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
12
13 ramoops-objs += ram.o ram_core.o
14 obj-$(CONFIG_PSTORE_RAM) += ramoops.o