Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / fs / pstore / Makefile
blob4c9095c2781e17c2d944081f20f9e2c639a9a6b8
2 # Makefile for the linux pstorefs routines.
5 obj-y += pstore.o
7 pstore-objs += inode.o platform.o
8 obj-$(CONFIG_PSTORE_FTRACE) += ftrace.o
10 ramoops-objs += ram.o ram_core.o
11 obj-$(CONFIG_PSTORE_RAM) += ramoops.o