drm/amdgpu: fix documentation for amdgpu_pm.c
[linux-2.6-block.git] / fs / iomap / Makefile
CommitLineData
0ce38c5f 1# SPDX-License-Identifier: GPL-2.0-or-later
1c230208
DW
2#
3# Copyright (c) 2019 Oracle.
4# All Rights Reserved.
5#
a45c0ecc
DW
6obj-$(CONFIG_FS_IOMAP) += iomap.o
7
5157fb8f 8iomap-y += \
cb7181ff 9 apply.o \
afc51aaa 10 buffered-io.o \
db074436 11 direct-io.o \
56a17898
DW
12 fiemap.o \
13 seek.o
5157fb8f 14
a45c0ecc 15iomap-$(CONFIG_SWAP) += swapfile.o