]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - fs/iomap/Makefile
objtool: Add entry UNRET validation
[mirror_ubuntu-jammy-kernel.git] / fs / iomap / Makefile
CommitLineData
0ce38c5f 1# SPDX-License-Identifier: GPL-2.0-or-later
1c230208
DW
2#
3# Copyright (c) 2019 Oracle.
4# All Rights Reserved.
5#
a45c0ecc 6
9e91c572
CH
7ccflags-y += -I $(srctree)/$(src) # needed for trace events
8
9obj-$(CONFIG_FS_IOMAP) += iomap.o
5157fb8f 10
9e91c572 11iomap-y += trace.o \
9e91c572
CH
12 buffered-io.o \
13 direct-io.o \
14 fiemap.o \
8d04fbe7 15 iter.o \
9e91c572 16 seek.o
a45c0ecc 17iomap-$(CONFIG_SWAP) += swapfile.o