diff options
Diffstat (limited to 'fs/iomap/Makefile')
| -rw-r--r-- | fs/iomap/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile index 381d76c5c232..a572b8808524 100644 --- a/fs/iomap/Makefile +++ b/fs/iomap/Makefile @@ -9,9 +9,11 @@ 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 |
