xref: /linux/fs/iomap/Makefile (revision 8bcfcb3bd3e38b8f3bb7e5eb3acb4120500994a0)
1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Copyright (c) 2019 Oracle.
4# All Rights Reserved.
5#
6
7ccflags-y += -I $(src)		# needed for trace events
8
9obj-$(CONFIG_FS_IOMAP)		+= iomap.o
10
11iomap-y				+= trace.o \
12				   iter.o \
13				   buffered-io.o
14iomap-$(CONFIG_BLOCK)		+= direct-io.o \
15				   ioend.o \
16				   fiemap.o \
17				   seek.o
18iomap-$(CONFIG_SWAP)		+= swapfile.o
19