Makefile (57b8628bb0ac4e47c806e45c5bbd89282e93869b) | Makefile (efc27b52594e322d4c94e379489fa3690bf74739) |
---|---|
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# --- 19 unchanged lines hidden (view full) --- 28# highlevel code 29xfs-y += xfs_aops.o \ 30 xfs_bit.o \ 31 xfs_buf.o \ 32 xfs_dfrag.o \ 33 xfs_discard.o \ 34 xfs_error.o \ 35 xfs_export.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# --- 19 unchanged lines hidden (view full) --- 28# highlevel code 29xfs-y += xfs_aops.o \ 30 xfs_bit.o \ 31 xfs_buf.o \ 32 xfs_dfrag.o \ 33 xfs_discard.o \ 34 xfs_error.o \ 35 xfs_export.o \ |
36 xfs_extent_busy.o \ |
|
36 xfs_file.o \ 37 xfs_filestream.o \ 38 xfs_fsops.o \ 39 xfs_fs_subr.o \ 40 xfs_globals.o \ 41 xfs_iget.o \ 42 xfs_ioctl.o \ 43 xfs_iomap.o \ --- 60 unchanged lines hidden --- | 37 xfs_file.o \ 38 xfs_filestream.o \ 39 xfs_fsops.o \ 40 xfs_fs_subr.o \ 41 xfs_globals.o \ 42 xfs_iget.o \ 43 xfs_ioctl.o \ 44 xfs_iomap.o \ --- 60 unchanged lines hidden --- |