blob: e738f6206ea5c36934c9380af29648bacf6699ae [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Chris Masoneb60cea2007-02-02 09:18:22 -05002
Sage Weil61f8c862008-10-09 11:52:35 -04003obj-$(CONFIG_BTRFS_FS) := btrfs.o
Christoph Hellwig2ea25442009-04-13 15:32:28 +02004
5btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
David Woodhouse615f9962008-08-19 19:21:57 +01006 file-item.o inode-item.o inode-map.o disk-io.o \
Chris Masond352ac62008-09-29 15:18:18 -04007 transaction.o inode.o file.o tree-defrag.o \
Chris Masond1310b22008-01-24 16:13:08 -05008 extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
Yan Zheng31153d82008-07-28 15:32:19 -04009 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Nick Terrell5c1aab12017-08-09 19:39:02 -070010 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
Arne Jansen7414a032011-05-23 14:33:49 +020011 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
Stefan Behrens07b30a42013-08-15 17:11:17 +020012 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
Josef Bacik550fa222019-06-19 13:47:22 -040013 uuid-tree.o props.o free-space-tree.o tree-checker.o space-info.o \
Filipe Manana6a177382020-02-28 13:04:17 +000014 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o
Li Zefan9b89d952011-07-14 03:17:39 +000015
16btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o
Stefan Behrensf11e4d72011-11-01 17:06:39 +010017btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o
Josef Bacikfd708b82017-09-29 15:43:50 -040018btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o
Josef Bacikdc11dd52013-08-14 15:05:12 -040019
Josef Bacik06ea65a2013-09-19 16:07:01 -040020btrfs-$(CONFIG_BTRFS_FS_RUN_SANITY_TESTS) += tests/free-space-tests.o \
Josef Bacikaaedb552013-10-11 14:44:09 -040021 tests/extent-buffer-tests.o tests/btrfs-tests.o \
Omar Sandoval7c55ee02015-09-29 20:50:36 -070022 tests/extent-io-tests.o tests/inode-tests.o tests/qgroup-tests.o \
Liu Bo72b28072018-01-05 12:51:12 -070023 tests/free-space-tree-tests.o tests/extent-map-tests.o