Makefile (4f2c0a4acffbec01079c28f839422e64ddeff004) Makefile (3cfb9290da3d87a5877b03bda96c3d5d3ed9fcb0)
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

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

58
59# highlevel code
60xfs-y += xfs_aops.o \
61 xfs_attr_inactive.o \
62 xfs_attr_list.o \
63 xfs_bmap_util.o \
64 xfs_bio_io.o \
65 xfs_buf.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

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

58
59# highlevel code
60xfs-y += xfs_aops.o \
61 xfs_attr_inactive.o \
62 xfs_attr_list.o \
63 xfs_bmap_util.o \
64 xfs_bio_io.o \
65 xfs_buf.o \
66 xfs_dahash_test.o \
66 xfs_dir2_readdir.o \
67 xfs_discard.o \
68 xfs_error.o \
69 xfs_export.o \
70 xfs_extent_busy.o \
71 xfs_file.o \
72 xfs_filestream.o \
73 xfs_fsmap.o \

--- 102 unchanged lines hidden ---
67 xfs_dir2_readdir.o \
68 xfs_discard.o \
69 xfs_error.o \
70 xfs_export.o \
71 xfs_extent_busy.o \
72 xfs_file.o \
73 xfs_filestream.o \
74 xfs_fsmap.o \

--- 102 unchanged lines hidden ---