summaryrefslogtreecommitdiff
path: root/fs/iomap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/iomap/Makefile')
-rw-r--r--fs/iomap/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index fc070184b7fa..a572b8808524 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -4,14 +4,16 @@
# All Rights Reserved.
#
-ccflags-y += -I $(srctree)/$(src) # needed for trace events
+ccflags-y += -I $(src) # needed for trace events
obj-$(CONFIG_FS_IOMAP) += iomap.o
iomap-y += trace.o \
- iter.o
-iomap-$(CONFIG_BLOCK) += buffered-io.o \
- direct-io.o \
+ iter.o \
+ buffered-io.o
+iomap-$(CONFIG_BLOCK) += direct-io.o \
+ ioend.o \
fiemap.o \
- seek.o
+ seek.o \
+ bio.o
iomap-$(CONFIG_SWAP) += swapfile.o