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