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