Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[linux-2.6-block.git] / fs / iomap / Makefile
CommitLineData
0ce38c5f 1# SPDX-License-Identifier: GPL-2.0-or-later
1c230208
DW
2#
3# Copyright (c) 2019 Oracle.
4# All Rights Reserved.
5#
a45c0ecc 6
9e91c572
CH
7ccflags-y += -I $(srctree)/$(src) # needed for trace events
8
9obj-$(CONFIG_FS_IOMAP) += iomap.o
5157fb8f 10
9e91c572 11iomap-y += trace.o \
ca72d221
CH
12 iter.o
13iomap-$(CONFIG_BLOCK) += buffered-io.o \
9e91c572
CH
14 direct-io.o \
15 fiemap.o \
16 seek.o
a45c0ecc 17iomap-$(CONFIG_SWAP) += swapfile.o