]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/aufs/Makefile
x86/mm: Use WRITE_ONCE() when setting PTEs
[mirror_ubuntu-bionic-kernel.git] / fs / aufs / Makefile
CommitLineData
c088e31d
SF
1# SPDX-License-Identifier: GPL-2.0
2
3include ${src}/magic.mk
4ifeq (${CONFIG_AUFS_FS},m)
5include ${src}/conf.mk
6endif
7-include ${src}/priv_def.mk
8
9# cf. include/linux/kernel.h
10# enable pr_debug
11ccflags-y += -DDEBUG
12# sparse requires the full pathname
13ifdef M
14ccflags-y += -include ${M}/../../include/uapi/linux/aufs_type.h
15else
16ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h
17endif
18
19obj-$(CONFIG_AUFS_FS) += aufs.o
20aufs-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
31aufs-$(CONFIG_PROC_FS) += procfs.o plink.o
32aufs-$(CONFIG_SYSFS) += sysfs.o
33aufs-$(CONFIG_DEBUG_FS) += dbgaufs.o
34aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o
35aufs-$(CONFIG_AUFS_HNOTIFY) += hnotify.o
36aufs-$(CONFIG_AUFS_HFSNOTIFY) += hfsnotify.o
37aufs-$(CONFIG_AUFS_EXPORT) += export.o
38aufs-$(CONFIG_AUFS_XATTR) += xattr.o
39aufs-$(CONFIG_FS_POSIX_ACL) += posix_acl.o
40aufs-$(CONFIG_AUFS_DIRREN) += dirren.o
41aufs-$(CONFIG_AUFS_FHSM) += fhsm.o
42aufs-$(CONFIG_AUFS_POLL) += poll.o
43aufs-$(CONFIG_AUFS_RDU) += rdu.o
44aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o
45aufs-$(CONFIG_AUFS_DEBUG) += debug.o
46aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o