1# 2# Makefile for the linux pstorefs routines. 3# 4 5obj-$(CONFIG_PSTORE) += pstore.o 6 7pstore-objs += inode.o platform.o 8pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o 9 10pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o 11 12ramoops-objs += ram.o ram_core.o 13obj-$(CONFIG_PSTORE_RAM) += ramoops.o 14