From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- fs/pstore/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fs/pstore/Makefile (limited to 'fs/pstore/Makefile') diff --git a/fs/pstore/Makefile b/fs/pstore/Makefile new file mode 100644 index 00000000..4c9095c2 --- /dev/null +++ b/fs/pstore/Makefile @@ -0,0 +1,11 @@ +# +# Makefile for the linux pstorefs routines. +# + +obj-y += pstore.o + +pstore-objs += inode.o platform.o +obj-$(CONFIG_PSTORE_FTRACE) += ftrace.o + +ramoops-objs += ram.o ram_core.o +obj-$(CONFIG_PSTORE_RAM) += ramoops.o -- cgit v1.3.1