Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / fs / pstore / Makefile
diff --git a/kernel/fs/pstore/Makefile b/kernel/fs/pstore/Makefile
new file mode 100644 (file)
index 0000000..e647d8e
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Makefile for the linux pstorefs routines.
+#
+
+obj-y += pstore.o
+
+pstore-objs += inode.o platform.o
+obj-$(CONFIG_PSTORE_FTRACE)    += ftrace.o
+
+obj-$(CONFIG_PSTORE_PMSG)      += pmsg.o
+
+ramoops-objs += ram.o ram_core.o
+obj-$(CONFIG_PSTORE_RAM)       += ramoops.o