]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - fs/pstore/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / fs / pstore / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ca01d6dd
TL
2#
3# Makefile for the linux pstorefs routines.
4#
5
ee1d2674 6obj-$(CONFIG_PSTORE) += pstore.o
ca01d6dd
TL
7
8pstore-objs += inode.o platform.o
ee1d2674 9pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
1894a253 10
ee1d2674 11pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
9d5438f4 12
cddb8751 13ramoops-objs += ram.o ram_core.o
1894a253 14obj-$(CONFIG_PSTORE_RAM) += ramoops.o