Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / fs / pstore / Makefile
CommitLineData
ca01d6dd
TL
1#
2# Makefile for the linux pstorefs routines.
3#
4
ee1d2674 5obj-$(CONFIG_PSTORE) += pstore.o
ca01d6dd
TL
6
7pstore-objs += inode.o platform.o
ee1d2674 8pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
1894a253 9
ee1d2674 10pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
9d5438f4 11
cddb8751 12ramoops-objs += ram.o ram_core.o
1894a253 13obj-$(CONFIG_PSTORE_RAM) += ramoops.o
This page took 0.306608 seconds and 5 git commands to generate.