]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - fs/iomap/Makefile
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[mirror_ubuntu-jammy-kernel.git] / fs / iomap / Makefile
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Copyright (c) 2019 Oracle.
4 # All Rights Reserved.
5 #
6
7 ccflags-y += -I $(srctree)/$(src) # needed for trace events
8
9 obj-$(CONFIG_FS_IOMAP) += iomap.o
10
11 iomap-y += trace.o \
12 buffered-io.o \
13 direct-io.o \
14 fiemap.o \
15 iter.o \
16 seek.o
17 iomap-$(CONFIG_SWAP) += swapfile.o