Merge tag 'rproc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[linux.git] / fs / iomap / Makefile
blob381d76c5c2325887f39683b197407b5fdcad08cc
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Copyright (c) 2019 Oracle.
4 # All Rights Reserved.
7 ccflags-y += -I $(src) # needed for trace events
9 obj-$(CONFIG_FS_IOMAP) += iomap.o
11 iomap-y += trace.o \
12 iter.o
13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
14 direct-io.o \
15 fiemap.o \
16 seek.o
17 iomap-$(CONFIG_SWAP) += swapfile.o