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