Makefile (53e59b5c4645236f0014d3cc5c24bc71ad3f6120) Makefile (d5c88131dbf01a30a222ad82d58e0c21a15f0d8e)
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

--- 122 unchanged lines hidden (view full) ---

131xfs-$(CONFIG_COMPAT) += xfs_ioctl32.o
132xfs-$(CONFIG_EXPORTFS_BLOCK_OPS) += xfs_pnfs.o
133
134# notify failure
135ifeq ($(CONFIG_MEMORY_FAILURE),y)
136xfs-$(CONFIG_FS_DAX) += xfs_notify_failure.o
137endif
138
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

--- 122 unchanged lines hidden (view full) ---

131xfs-$(CONFIG_COMPAT) += xfs_ioctl32.o
132xfs-$(CONFIG_EXPORTFS_BLOCK_OPS) += xfs_pnfs.o
133
134# notify failure
135ifeq ($(CONFIG_MEMORY_FAILURE),y)
136xfs-$(CONFIG_FS_DAX) += xfs_notify_failure.o
137endif
138
139xfs-$(CONFIG_XFS_DRAIN_INTENTS) += xfs_drain.o
140
139# online scrub/repair
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 \

--- 30 unchanged lines hidden ---
141# online scrub/repair
142ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y)
143
144# Tracepoints like to blow up, so build that before everything else
145
146xfs-y += $(addprefix scrub/, \
147 trace.o \
148 agheader.o \

--- 30 unchanged lines hidden ---