summaryrefslogtreecommitdiffstats
path: root/fs/pstore/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-01-11 13:11:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-11 13:11:07 +0100
commit70ef1cef5c1a03a4b130f3916d47c3076880b5d6 (patch)
treecc0faaf8e07a08600f9b958850d7f7669c0ae02d /fs/pstore/Makefile
parente64f16cf34175d9e662edfaa02bc7895c1b50b96 (diff)
parent9e617362fc300d31a4e7f6c5b72781b58c03f78a (diff)
downloadbarebox-70ef1cef5c1a03a4b130f3916d47c3076880b5d6.tar.gz
barebox-70ef1cef5c1a03a4b130f3916d47c3076880b5d6.tar.xz
Merge branch 'for-next/pstore'
Diffstat (limited to 'fs/pstore/Makefile')
-rw-r--r--fs/pstore/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/pstore/Makefile b/fs/pstore/Makefile
new file mode 100644
index 0000000000..c4043e1a8f
--- /dev/null
+++ b/fs/pstore/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the linux pstorefs routines.
+#
+
+obj-y += fs.o platform.o
+
+
+ramoops-objs += ram.o ram_core.o
+obj-$(CONFIG_FS_PSTORE_RAMOOPS) += ramoops.o