]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-aufs-make.patch
updated aufs patch and build defs
[packages/kernel.git] / kernel-aufs-make.patch
CommitLineData
aa08abff
JR
1--- kernel-6.3.0/linux-6.3/fs/aufs/Makefile.orig 2023-05-01 20:26:46.511529296 +0200
2+++ kernel-6.3.0/linux-6.3/fs/aufs/Makefile 2023-05-01 20:28:26.829201887 +0200
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.074501 seconds and 4 git commands to generate.