Makefile-linux-2.6 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. #
  2. # Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved.
  3. #
  4. # This program is free software; you can redistribute it and/or modify it
  5. # under the terms of version 2 of the GNU General Public License as
  6. # published by the Free Software Foundation.
  7. #
  8. # This program is distributed in the hope that it would be useful, but
  9. # WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. #
  12. # Further, this software is distributed without any warranty that it is
  13. # free of the rightful claim of any third person regarding infringement
  14. # or the like. Any license provided herein, whether implied or
  15. # otherwise, applies only to this software file. Patent licenses, if
  16. # any, provided herein do not apply to combinations of this program with
  17. # other software, or any other product whatsoever.
  18. #
  19. # You should have received a copy of the GNU General Public License along
  20. # with this program; if not, write the Free Software Foundation, Inc., 59
  21. # Temple Place - Suite 330, Boston MA 02111-1307, USA.
  22. #
  23. # Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
  24. # Mountain View, CA 94043, or:
  25. #
  26. # http://www.sgi.com
  27. #
  28. # For further information regarding this notice, see:
  29. #
  30. # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  31. #
  32. EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char
  33. XFS_LINUX := linux-2.6
  34. ifeq ($(CONFIG_XFS_DEBUG),y)
  35. EXTRA_CFLAGS += -g -DSTATIC="" -DDEBUG
  36. EXTRA_CFLAGS += -DPAGEBUF_LOCK_TRACKING
  37. endif
  38. ifeq ($(CONFIG_XFS_TRACE),y)
  39. EXTRA_CFLAGS += -DXFS_ALLOC_TRACE
  40. EXTRA_CFLAGS += -DXFS_ATTR_TRACE
  41. EXTRA_CFLAGS += -DXFS_BLI_TRACE
  42. EXTRA_CFLAGS += -DXFS_BMAP_TRACE
  43. EXTRA_CFLAGS += -DXFS_BMBT_TRACE
  44. EXTRA_CFLAGS += -DXFS_DIR_TRACE
  45. EXTRA_CFLAGS += -DXFS_DIR2_TRACE
  46. EXTRA_CFLAGS += -DXFS_DQUOT_TRACE
  47. EXTRA_CFLAGS += -DXFS_ILOCK_TRACE
  48. EXTRA_CFLAGS += -DXFS_LOG_TRACE
  49. EXTRA_CFLAGS += -DXFS_RW_TRACE
  50. EXTRA_CFLAGS += -DPAGEBUF_TRACE
  51. EXTRA_CFLAGS += -DXFS_VNODE_TRACE
  52. endif
  53. obj-$(CONFIG_XFS_FS) += xfs.o
  54. xfs-$(CONFIG_XFS_QUOTA) += $(addprefix quota/, \
  55. xfs_dquot.o \
  56. xfs_dquot_item.o \
  57. xfs_trans_dquot.o \
  58. xfs_qm_syscalls.o \
  59. xfs_qm_bhv.o \
  60. xfs_qm.o)
  61. ifeq ($(CONFIG_XFS_QUOTA),y)
  62. xfs-$(CONFIG_PROC_FS) += quota/xfs_qm_stats.o
  63. endif
  64. xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
  65. xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
  66. xfs-$(CONFIG_PROC_FS) += $(XFS_LINUX)/xfs_stats.o
  67. xfs-$(CONFIG_SYSCTL) += $(XFS_LINUX)/xfs_sysctl.o
  68. xfs-$(CONFIG_COMPAT) += $(XFS_LINUX)/xfs_ioctl32.o
  69. xfs-$(CONFIG_XFS_EXPORT) += $(XFS_LINUX)/xfs_export.o
  70. xfs-y += xfs_alloc.o \
  71. xfs_alloc_btree.o \
  72. xfs_attr.o \
  73. xfs_attr_leaf.o \
  74. xfs_behavior.o \
  75. xfs_bit.o \
  76. xfs_bmap.o \
  77. xfs_bmap_btree.o \
  78. xfs_btree.o \
  79. xfs_buf_item.o \
  80. xfs_da_btree.o \
  81. xfs_dir.o \
  82. xfs_dir2.o \
  83. xfs_dir2_block.o \
  84. xfs_dir2_data.o \
  85. xfs_dir2_leaf.o \
  86. xfs_dir2_node.o \
  87. xfs_dir2_sf.o \
  88. xfs_dir_leaf.o \
  89. xfs_error.o \
  90. xfs_extfree_item.o \
  91. xfs_fsops.o \
  92. xfs_ialloc.o \
  93. xfs_ialloc_btree.o \
  94. xfs_iget.o \
  95. xfs_inode.o \
  96. xfs_inode_item.o \
  97. xfs_iocore.o \
  98. xfs_iomap.o \
  99. xfs_itable.o \
  100. xfs_dfrag.o \
  101. xfs_log.o \
  102. xfs_log_recover.o \
  103. xfs_macros.o \
  104. xfs_mount.o \
  105. xfs_rename.o \
  106. xfs_trans.o \
  107. xfs_trans_ail.o \
  108. xfs_trans_buf.o \
  109. xfs_trans_extfree.o \
  110. xfs_trans_inode.o \
  111. xfs_trans_item.o \
  112. xfs_utils.o \
  113. xfs_vfsops.o \
  114. xfs_vnodeops.o \
  115. xfs_rw.o \
  116. xfs_dmops.o \
  117. xfs_qmops.o
  118. xfs-$(CONFIG_XFS_TRACE) += xfs_dir2_trace.o
  119. # Objects in linux/
  120. xfs-y += $(addprefix $(XFS_LINUX)/, \
  121. kmem.o \
  122. xfs_aops.o \
  123. xfs_buf.o \
  124. xfs_file.o \
  125. xfs_fs_subr.o \
  126. xfs_globals.o \
  127. xfs_ioctl.o \
  128. xfs_iops.o \
  129. xfs_lrw.o \
  130. xfs_super.o \
  131. xfs_vfs.o \
  132. xfs_vnode.o)
  133. # Objects in support/
  134. xfs-y += $(addprefix support/, \
  135. debug.o \
  136. move.o \
  137. uuid.o)
  138. xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o