Makefile (80e4e12688029e42fc6ab4cf7f229b090c61e6a7) | Makefile (99d9d8d05da26f47aa8412397407f962bcb4713a) |
---|---|
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# --- 131 unchanged lines hidden (view full) --- 140ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y) 141 142# Tracepoints like to blow up, so build that before everything else 143 144xfs-y += $(addprefix scrub/, \ 145 trace.o \ 146 agheader.o \ 147 alloc.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# --- 131 unchanged lines hidden (view full) --- 140ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y) 141 142# Tracepoints like to blow up, so build that before everything else 143 144xfs-y += $(addprefix scrub/, \ 145 trace.o \ 146 agheader.o \ 147 alloc.o \ |
148 bmap.o \ |
|
148 btree.o \ 149 common.o \ 150 ialloc.o \ 151 inode.o \ 152 refcount.o \ 153 rmap.o \ 154 scrub.o \ 155 ) 156endif | 149 btree.o \ 150 common.o \ 151 ialloc.o \ 152 inode.o \ 153 refcount.o \ 154 rmap.o \ 155 scrub.o \ 156 ) 157endif |