blob: 5dfe8b5cf330e62747ec82216700fc6500ce6384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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 \
seek.o
iomap-$(CONFIG_SWAP) += swapfile.o
|