1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the linux pstorefs routines. 2 # Makefile for the linux pstorefs routines. 4 # 3 # 5 4 6 obj-$(CONFIG_PSTORE) += pstore.o 5 obj-$(CONFIG_PSTORE) += pstore.o 7 6 8 pstore-objs += inode.o platform.o 7 pstore-objs += inode.o platform.o 9 pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o 8 pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o 10 9 11 pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o 10 pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o 12 11 13 ramoops-objs += ram.o ram_core.o 12 ramoops-objs += ram.o ram_core.o 14 obj-$(CONFIG_PSTORE_RAM) += ramoops.o 13 obj-$(CONFIG_PSTORE_RAM) += ramoops.o 15 << 16 pstore_zone-objs += zone.o << 17 obj-$(CONFIG_PSTORE_ZONE) += pstore_zone << 18 << 19 pstore_blk-objs += blk.o << 20 obj-$(CONFIG_PSTORE_BLK) += pstore_blk. <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.