X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fpstore%2FMakefile;h=e647d8e81712f7478cc6d5a0698fe27b7518d589;hb=53d8e1c7141617e8656420afb44f9536e7cf0519;hp=4c9095c2781e17c2d944081f20f9e2c639a9a6b8;hpb=6de3f7e911d27d6737c79b3f6b5069044ea408ec;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/pstore/Makefile b/fs/pstore/Makefile index 4c9095c2781e..e647d8e81712 100644 --- a/fs/pstore/Makefile +++ b/fs/pstore/Makefile @@ -7,5 +7,7 @@ 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