]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - fs/aufs/Makefile
UBUNTU: SAUCE: AUFS
[mirror_ubuntu-jammy-kernel.git] / fs / aufs / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 include ${src}/magic.mk
4 ifeq (${CONFIG_AUFS_FS},m)
5 include ${src}/conf.mk
6 endif
7 -include ${src}/priv_def.mk
8
9 # cf. include/linux/kernel.h
10 # enable pr_debug
11 ccflags-y += -DDEBUG
12 # sparse requires the full pathname
13 ifdef M
14 ccflags-y += -include ${M}/../../include/uapi/linux/aufs_type.h
15 else
16 ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h
17 endif
18
19 obj-$(CONFIG_AUFS_FS) += aufs.o
20 aufs-y := module.o sbinfo.o super.o branch.o xino.o sysaufs.o opts.o \
21 wkq.o vfsub.o dcsub.o \
22 cpup.o whout.o wbr_policy.o \
23 dinfo.o dentry.o \
24 dynop.o \
25 finfo.o file.o f_op.o \
26 dir.o vdir.o \
27 iinfo.o inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o \
28 mvdown.o ioctl.o
29
30 # all are boolean
31 aufs-$(CONFIG_PROC_FS) += procfs.o plink.o
32 aufs-$(CONFIG_SYSFS) += sysfs.o
33 aufs-$(CONFIG_DEBUG_FS) += dbgaufs.o
34 aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o
35 aufs-$(CONFIG_AUFS_HNOTIFY) += hnotify.o
36 aufs-$(CONFIG_AUFS_HFSNOTIFY) += hfsnotify.o
37 aufs-$(CONFIG_AUFS_EXPORT) += export.o
38 aufs-$(CONFIG_AUFS_XATTR) += xattr.o
39 aufs-$(CONFIG_FS_POSIX_ACL) += posix_acl.o
40 aufs-$(CONFIG_AUFS_DIRREN) += dirren.o
41 aufs-$(CONFIG_AUFS_FHSM) += fhsm.o
42 aufs-$(CONFIG_AUFS_POLL) += poll.o
43 aufs-$(CONFIG_AUFS_RDU) += rdu.o
44 aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o
45 aufs-$(CONFIG_AUFS_DEBUG) += debug.o
46 aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o