]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - fs/pstore/Makefile
Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvhart/linux...
[mirror_ubuntu-zesty-kernel.git] / fs / pstore / Makefile
1 #
2 # Makefile for the linux pstorefs routines.
3 #
4
5 obj-$(CONFIG_PSTORE) += pstore.o
6
7 pstore-objs += inode.o platform.o
8 pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
9
10 pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
11
12 ramoops-objs += ram.o ram_core.o
13 obj-$(CONFIG_PSTORE_RAM) += ramoops.o