| .. | .. |
|---|
| 4 | 4 | # All Rights Reserved. |
|---|
| 5 | 5 | # |
|---|
| 6 | 6 | |
|---|
| 7 | | -ccflags-y += -I$(src) # needed for trace events |
|---|
| 8 | | -ccflags-y += -I$(src)/libxfs |
|---|
| 9 | | - |
|---|
| 10 | | -ccflags-$(CONFIG_XFS_DEBUG) += -g |
|---|
| 7 | +ccflags-y += -I $(srctree)/$(src) # needed for trace events |
|---|
| 8 | +ccflags-y += -I $(srctree)/$(src)/libxfs |
|---|
| 11 | 9 | |
|---|
| 12 | 10 | obj-$(CONFIG_XFS_FS) += xfs.o |
|---|
| 13 | 11 | |
|---|
| .. | .. |
|---|
| 26 | 24 | xfs_bmap.o \ |
|---|
| 27 | 25 | xfs_bmap_btree.o \ |
|---|
| 28 | 26 | xfs_btree.o \ |
|---|
| 27 | + xfs_btree_staging.o \ |
|---|
| 29 | 28 | xfs_da_btree.o \ |
|---|
| 30 | | - xfs_da_format.o \ |
|---|
| 31 | 29 | xfs_defer.o \ |
|---|
| 32 | 30 | xfs_dir2.o \ |
|---|
| 33 | 31 | xfs_dir2_block.o \ |
|---|
| .. | .. |
|---|
| 49 | 47 | xfs_refcount_btree.o \ |
|---|
| 50 | 48 | xfs_sb.o \ |
|---|
| 51 | 49 | xfs_symlink_remote.o \ |
|---|
| 50 | + xfs_trans_inode.o \ |
|---|
| 52 | 51 | xfs_trans_resv.o \ |
|---|
| 53 | 52 | xfs_types.o \ |
|---|
| 54 | 53 | ) |
|---|
| .. | .. |
|---|
| 62 | 61 | xfs_attr_inactive.o \ |
|---|
| 63 | 62 | xfs_attr_list.o \ |
|---|
| 64 | 63 | xfs_bmap_util.o \ |
|---|
| 64 | + xfs_bio_io.o \ |
|---|
| 65 | 65 | xfs_buf.o \ |
|---|
| 66 | 66 | xfs_dir2_readdir.o \ |
|---|
| 67 | 67 | xfs_discard.o \ |
|---|
| .. | .. |
|---|
| 73 | 73 | xfs_fsmap.o \ |
|---|
| 74 | 74 | xfs_fsops.o \ |
|---|
| 75 | 75 | xfs_globals.o \ |
|---|
| 76 | + xfs_health.o \ |
|---|
| 76 | 77 | xfs_icache.o \ |
|---|
| 77 | 78 | xfs_ioctl.o \ |
|---|
| 78 | 79 | xfs_iomap.o \ |
|---|
| 79 | 80 | xfs_iops.o \ |
|---|
| 80 | 81 | xfs_inode.o \ |
|---|
| 81 | 82 | xfs_itable.o \ |
|---|
| 83 | + xfs_iwalk.o \ |
|---|
| 82 | 84 | xfs_message.o \ |
|---|
| 83 | 85 | xfs_mount.o \ |
|---|
| 84 | 86 | xfs_mru_cache.o \ |
|---|
| 87 | + xfs_pwork.o \ |
|---|
| 85 | 88 | xfs_reflink.o \ |
|---|
| 86 | 89 | xfs_stats.o \ |
|---|
| 87 | 90 | xfs_super.o \ |
|---|
| .. | .. |
|---|
| 96 | 99 | xfs_log_cil.o \ |
|---|
| 97 | 100 | xfs_bmap_item.o \ |
|---|
| 98 | 101 | xfs_buf_item.o \ |
|---|
| 102 | + xfs_buf_item_recover.o \ |
|---|
| 103 | + xfs_dquot_item_recover.o \ |
|---|
| 99 | 104 | xfs_extfree_item.o \ |
|---|
| 100 | 105 | xfs_icreate_item.o \ |
|---|
| 101 | 106 | xfs_inode_item.o \ |
|---|
| 107 | + xfs_inode_item_recover.o \ |
|---|
| 102 | 108 | xfs_refcount_item.o \ |
|---|
| 103 | 109 | xfs_rmap_item.o \ |
|---|
| 104 | 110 | xfs_log_recover.o \ |
|---|
| 105 | 111 | xfs_trans_ail.o \ |
|---|
| 106 | | - xfs_trans_bmap.o \ |
|---|
| 107 | | - xfs_trans_buf.o \ |
|---|
| 108 | | - xfs_trans_extfree.o \ |
|---|
| 109 | | - xfs_trans_inode.o \ |
|---|
| 110 | | - xfs_trans_refcount.o \ |
|---|
| 111 | | - xfs_trans_rmap.o \ |
|---|
| 112 | + xfs_trans_buf.o |
|---|
| 112 | 113 | |
|---|
| 113 | 114 | # optional features |
|---|
| 114 | 115 | xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \ |
|---|
| .. | .. |
|---|
| 142 | 143 | common.o \ |
|---|
| 143 | 144 | dabtree.o \ |
|---|
| 144 | 145 | dir.o \ |
|---|
| 146 | + fscounters.o \ |
|---|
| 147 | + health.o \ |
|---|
| 145 | 148 | ialloc.o \ |
|---|
| 146 | 149 | inode.o \ |
|---|
| 147 | 150 | parent.o \ |
|---|