net: mvpp2: use "dma" instead of "phys" where appropriate
[linux-2.6/btrfs-unstable.git] / fs / pstore / Makefile
blobb8803cc07fce72ce06d96b286e6927a0f00aba7f
2 # Makefile for the linux pstorefs routines.
5 obj-$(CONFIG_PSTORE) += pstore.o
7 pstore-objs += inode.o platform.o
8 pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
10 pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
12 ramoops-objs += ram.o ram_core.o
13 obj-$(CONFIG_PSTORE_RAM) += ramoops.o