2019-07-15 23:50:57 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-newer
|
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Oracle.
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
2019-07-15 23:50:57 +08:00
|
|
|
obj-$(CONFIG_FS_IOMAP) += iomap.o
|
|
|
|
|
2019-07-15 23:50:58 +08:00
|
|
|
iomap-y += \
|
2019-07-15 23:51:00 +08:00
|
|
|
apply.o \
|
2019-07-15 23:50:59 +08:00
|
|
|
buffered-io.o \
|
2019-07-15 23:50:59 +08:00
|
|
|
direct-io.o \
|
2019-07-15 23:50:58 +08:00
|
|
|
fiemap.o \
|
|
|
|
seek.o
|
2019-07-15 23:50:58 +08:00
|
|
|
|
2019-07-15 23:50:57 +08:00
|
|
|
iomap-$(CONFIG_SWAP) += swapfile.o
|