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