]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-aufs-make.patch
MFD_RK808 split into MFD_RK8XX/MFD_RK8XX_I2C
[packages/kernel.git] / kernel-aufs-make.patch
CommitLineData
882cf795
JR
1--- linux-6.3/fs/aufs/Makefile.orig 2023-05-01 20:26:46.511529296 +0200
2+++ linux-6.3/fs/aufs/Makefile 2023-05-01 20:28:26.829201887 +0200
aa08abff
JR
3@@ -1,10 +1,10 @@
4 # SPDX-License-Identifier: GPL-2.0
5
6-include ${src}/magic.mk
7+include ${srctree}/fs/aufs/magic.mk
8 ifeq (${CONFIG_AUFS_FS},m)
9-include ${src}/conf.mk
10+include ${srctree}/fs/aufs/conf.mk
11 endif
12--include ${src}/priv_def.mk
13+-include ${srctree}/fs/aufs/priv_def.mk
14
15 # cf. include/linux/kernel.h
16 # enable pr_debug
This page took 0.043902 seconds and 4 git commands to generate.