swh:1:snp:38ae39f9fd01a4b0ef06fab5668b65bf4c2aca03
Raw File
Tip revision: 219d54332a09e8d8741c1e1982f5eae56099de85 authored by Linus Torvalds on 25 November 2019, 00:32:01 UTC
Linux 5.4
Tip revision: 219d543
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (c) 2019 Oracle.
# All Rights Reserved.
#
obj-$(CONFIG_FS_IOMAP)		+= iomap.o

iomap-y				+= \
					apply.o \
					buffered-io.o \
					direct-io.o \
					fiemap.o \
					seek.o

iomap-$(CONFIG_SWAP)		+= swapfile.o
back to top