xref: /linux/fs/iomap/Makefile (revision afc51aaa22f26cb2894083c4f25097e0950f1609)
1# SPDX-License-Identifier: GPL-2.0-or-newer
2#
3# Copyright (c) 2019 Oracle.
4# All Rights Reserved.
5#
6obj-$(CONFIG_FS_IOMAP)		+= iomap.o
7
8iomap-y				+= \
9					buffered-io.o \
10					direct-io.o \
11					fiemap.o \
12					seek.o
13
14iomap-$(CONFIG_SWAP)		+= swapfile.o
15