xref: /linux/fs/iomap/Makefile (revision 1885cdbfbb51ede3637166c895d0b8040c9899cc)
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 \
18				   bio.o
19iomap-$(CONFIG_SWAP)		+= swapfile.o
20