blob: 0c4fa2befae793f1a6845322d7ba71aaa5da4374 [file] [log] [blame]
Chris Masoneb60cea2007-02-02 09:18:22 -05001
Sage Weil61f8c862008-10-09 11:52:35 -04002obj-$(CONFIG_BTRFS_FS) := btrfs.o
Christoph Hellwig2ea25442009-04-13 15:32:28 +02003
4btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
David Woodhouse615f9962008-08-19 19:21:57 +01005 file-item.o inode-item.o inode-map.o disk-io.o \
Chris Masond352ac62008-09-29 15:18:18 -04006 transaction.o inode.o file.o tree-defrag.o \
Chris Masond1310b22008-01-24 16:13:08 -05007 extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
Yan Zheng31153d82008-07-28 15:32:19 -04008 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Li Zefan9b89d952011-07-14 03:17:39 +00009 export.o tree-log.o free-space-cache.o zlib.o lzo.o \
Arne Jansen7414a032011-05-23 14:33:49 +020010 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
Arne Jansenda5c8132011-09-13 12:29:12 +020011 reada.o backref.o ulist.o
Li Zefan9b89d952011-07-14 03:17:39 +000012
13btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o
Stefan Behrensf11e4d72011-11-01 17:06:39 +010014btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o