blob: 44cef914020f2e68ff3b1f824d9e25b9939696d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: GPL-2.0-or-newer
#
# Copyright (c) 2019 Oracle.
# All Rights Reserved.
#
obj-$(CONFIG_FS_IOMAP) += iomap.o
iomap-y += \
fiemap.o
iomap-$(CONFIG_SWAP) += swapfile.o
|