Makefile (50501936288d6a29d7ef78f25d00e33240fad45f) | Makefile (e06ef14b9f8eb5edab8c466680818d436eefdff0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (c) 2000-2005 Silicon Graphics, Inc. 4# All Rights Reserved. 5# 6 7ccflags-y += -I $(srctree)/$(src) # needed for trace events 8ccflags-y += -I $(srctree)/$(src)/libxfs --- 159 unchanged lines hidden (view full) --- 168 169xfs-$(CONFIG_XFS_RT) += scrub/rtbitmap.o 170xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o 171 172# online repair 173ifeq ($(CONFIG_XFS_ONLINE_REPAIR),y) 174xfs-y += $(addprefix scrub/, \ 175 agheader_repair.o \ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (c) 2000-2005 Silicon Graphics, Inc. 4# All Rights Reserved. 5# 6 7ccflags-y += -I $(srctree)/$(src) # needed for trace events 8ccflags-y += -I $(srctree)/$(src)/libxfs --- 159 unchanged lines hidden (view full) --- 168 169xfs-$(CONFIG_XFS_RT) += scrub/rtbitmap.o 170xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o 171 172# online repair 173ifeq ($(CONFIG_XFS_ONLINE_REPAIR),y) 174xfs-y += $(addprefix scrub/, \ 175 agheader_repair.o \ |
176 reap.o \ |
|
176 repair.o \ 177 ) 178endif 179endif | 177 repair.o \ 178 ) 179endif 180endif |