Makefile (b16817b66b6c97d2a812d663d26faed40079892a) | Makefile (d25522f10cfa342a20867086a516c45c87b0877c) |
---|---|
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# --- 154 unchanged lines hidden (view full) --- 163 ) 164 165xfs-$(CONFIG_XFS_RT) += scrub/rtbitmap.o 166xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o 167 168# online repair 169ifeq ($(CONFIG_XFS_ONLINE_REPAIR),y) 170xfs-y += $(addprefix scrub/, \ | 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# --- 154 unchanged lines hidden (view full) --- 163 ) 164 165xfs-$(CONFIG_XFS_RT) += scrub/rtbitmap.o 166xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o 167 168# online repair 169ifeq ($(CONFIG_XFS_ONLINE_REPAIR),y) 170xfs-y += $(addprefix scrub/, \ |
171 agheader_repair.o \ |
|
171 repair.o \ 172 ) 173endif 174endif | 172 repair.o \ 173 ) 174endif 175endif |