2019-07-25 10:58:33 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2019-07-15 18:50:57 +03:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Oracle.
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
2019-07-15 18:50:57 +03:00
|
|
|
|
2019-10-17 23:12:13 +03:00
|
|
|
ccflags-y += -I $(srctree)/$(src) # needed for trace events
|
|
|
|
|
|
|
|
obj-$(CONFIG_FS_IOMAP) += iomap.o
|
2019-07-15 18:50:58 +03:00
|
|
|
|
2019-10-17 23:12:13 +03:00
|
|
|
iomap-y += trace.o \
|
|
|
|
buffered-io.o \
|
|
|
|
direct-io.o \
|
|
|
|
fiemap.o \
|
2021-08-11 18:26:56 +03:00
|
|
|
iter.o \
|
2019-10-17 23:12:13 +03:00
|
|
|
seek.o
|
2019-07-15 18:50:57 +03:00
|
|
|
iomap-$(CONFIG_SWAP) += swapfile.o
|