2007-02-02 21:18:22 +07:00
|
|
|
|
2008-10-09 22:52:35 +07:00
|
|
|
obj-$(CONFIG_BTRFS_FS) := btrfs.o
|
2009-04-13 20:32:28 +07:00
|
|
|
|
|
|
|
btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
|
2008-08-20 01:21:57 +07:00
|
|
|
file-item.o inode-item.o inode-map.o disk-io.o \
|
2008-09-30 02:18:18 +07:00
|
|
|
transaction.o inode.o file.o tree-defrag.o \
|
2008-01-25 04:13:08 +07:00
|
|
|
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
|
2008-07-29 02:32:19 +07:00
|
|
|
extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
2011-07-14 10:17:39 +07:00
|
|
|
export.o tree-log.o free-space-cache.o zlib.o lzo.o \
|
2011-05-23 17:30:52 +07:00
|
|
|
compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o
|
2011-07-14 10:17:39 +07:00
|
|
|
|
|
|
|
btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o
|