Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the linux pstorefs routines.
0004 #
0005 
0006 obj-$(CONFIG_PSTORE) += pstore.o
0007 
0008 pstore-objs += inode.o platform.o
0009 pstore-$(CONFIG_PSTORE_FTRACE)  += ftrace.o
0010 
0011 pstore-$(CONFIG_PSTORE_PMSG)    += pmsg.o
0012 
0013 ramoops-objs += ram.o ram_core.o
0014 obj-$(CONFIG_PSTORE_RAM)        += ramoops.o
0015 
0016 pstore_zone-objs += zone.o
0017 obj-$(CONFIG_PSTORE_ZONE)       += pstore_zone.o
0018 
0019 pstore_blk-objs += blk.o
0020 obj-$(CONFIG_PSTORE_BLK)        += pstore_blk.o