1 # SPDX-License-Identifier: GPL-2.0-or-later 1 # SPDX-License-Identifier: GPL-2.0-or-later 2 # 2 # 3 # Copyright (c) 2019 Oracle. 3 # Copyright (c) 2019 Oracle. 4 # All Rights Reserved. 4 # All Rights Reserved. 5 # 5 # 6 << 7 ccflags-y += -I $(src) # needed for t << 8 << 9 obj-$(CONFIG_FS_IOMAP) += iomap.o 6 obj-$(CONFIG_FS_IOMAP) += iomap.o 10 7 11 iomap-y += trace.o \ !! 8 iomap-y += \ 12 iter.o !! 9 apply.o \ 13 iomap-$(CONFIG_BLOCK) += buffered-io !! 10 buffered-io.o \ 14 direct-io.o !! 11 direct-io.o \ 15 fiemap.o \ !! 12 fiemap.o \ 16 seek.o !! 13 seek.o >> 14 17 iomap-$(CONFIG_SWAP) += swapfile.o 15 iomap-$(CONFIG_SWAP) += swapfile.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.