You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
361 B
15 lines
361 B
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the linux pstorefs routines.
|
|
#
|
|
|
|
obj-$(CONFIG_PSTORE) += pstore.o
|
|
|
|
pstore-objs += inode.o platform.o
|
|
pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
|
|
|
|
pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
|
|
obj-$(CONFIG_PSTORE_PMSG_SSPLOG) += ss_platform_log.o
|
|
|
|
ramoops-objs += ram.o ram_core.o
|
|
obj-$(CONFIG_PSTORE_RAM) += ramoops.o
|
|
|