mirror of https://github.com/OpenIPC/firmware.git
18 lines
527 B
Diff
18 lines
527 B
Diff
diff -drupN a/fs/pstore/Makefile b/fs/pstore/Makefile
|
|
--- a/fs/pstore/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/fs/pstore/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -1,3 +1,4 @@
|
|
+# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the linux pstorefs routines.
|
|
#
|
|
@@ -11,3 +12,8 @@ pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
|
|
|
|
ramoops-objs += ram.o ram_core.o
|
|
obj-$(CONFIG_PSTORE_RAM) += ramoops.o
|
|
+
|
|
+obj-$(CONFIG_PSTORE_BLK) += pstore_blk.o
|
|
+pstore_blk-y += blkzone.o
|
|
+
|
|
+obj-$(CONFIG_PSTORE_BLKOOPS) += blkoops.o
|