]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - fs/iomap/Makefile
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[mirror_ubuntu-focal-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 obj-$(CONFIG_FS_IOMAP) += iomap.o
7
8 iomap-y += \
9 apply.o \
10 buffered-io.o \
11 direct-io.o \
12 fiemap.o \
13 seek.o
14
15 iomap-$(CONFIG_SWAP) += swapfile.o