xref: /linux/fs/iomap/Makefile (revision a45c0eccc564649541305c71539350c7a890226e)
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-$(CONFIG_SWAP)		+= swapfile.o
9