Makefile (6413a01420c2fbf03b3d059795f541caeb962e86) | Makefile (77d61fe45e720577a2cc0e9580fbc57d8faa7232) |
---|---|
1# 2# Copyright (c) 2000-2005 Silicon Graphics, Inc. 3# All Rights Reserved. 4# 5# This program is free software; you can redistribute it and/or 6# modify it under the terms of the GNU General Public License as 7# published by the Free Software Foundation. 8# --- 97 unchanged lines hidden (view full) --- 106 xfs_buf_item.o \ 107 xfs_extfree_item.o \ 108 xfs_icreate_item.o \ 109 xfs_inode_item.o \ 110 xfs_refcount_item.o \ 111 xfs_rmap_item.o \ 112 xfs_log_recover.o \ 113 xfs_trans_ail.o \ | 1# 2# Copyright (c) 2000-2005 Silicon Graphics, Inc. 3# All Rights Reserved. 4# 5# This program is free software; you can redistribute it and/or 6# modify it under the terms of the GNU General Public License as 7# published by the Free Software Foundation. 8# --- 97 unchanged lines hidden (view full) --- 106 xfs_buf_item.o \ 107 xfs_extfree_item.o \ 108 xfs_icreate_item.o \ 109 xfs_inode_item.o \ 110 xfs_refcount_item.o \ 111 xfs_rmap_item.o \ 112 xfs_log_recover.o \ 113 xfs_trans_ail.o \ |
114 xfs_trans_bmap.o \ |
|
114 xfs_trans_buf.o \ 115 xfs_trans_extfree.o \ 116 xfs_trans_inode.o \ 117 xfs_trans_refcount.o \ 118 xfs_trans_rmap.o \ 119 120# optional features 121xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \ --- 14 unchanged lines hidden --- | 115 xfs_trans_buf.o \ 116 xfs_trans_extfree.o \ 117 xfs_trans_inode.o \ 118 xfs_trans_refcount.o \ 119 xfs_trans_rmap.o \ 120 121# optional features 122xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \ --- 14 unchanged lines hidden --- |