X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fbtrfs%2FMakefile;fp=fs%2Fbtrfs%2FMakefile;h=0c4fa2befae793f1a6845322d7ba71aaa5da4374;hb=c126dea771be1b3c370c0ffc4a09e6a82d492a49;hp=bc5b3556cee689f02d8e9a0fb8c7752ab77307fa;hpb=21adbd5cbb5344a3fca6bb7ddb2ab6cb03c44546;p=~andy%2Flinux diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index bc5b3556cee..0c4fa2befae 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -8,7 +8,7 @@ btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \ extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \ export.o tree-log.o free-space-cache.o zlib.o lzo.o \ compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \ - reada.o backref.o + reada.o backref.o ulist.o btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o