From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/fs/pstore/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 linux/fs/pstore/Makefile (limited to 'linux/fs/pstore/Makefile') diff --git a/linux/fs/pstore/Makefile b/linux/fs/pstore/Makefile new file mode 100644 index 00000000..e647d8e8 --- /dev/null +++ b/linux/fs/pstore/Makefile @@ -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 -- cgit