diff options
Diffstat (limited to 'fs/iomap/Makefile')
-rw-r--r-- | fs/iomap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile index f88eca22ae80..44cef914020f 100644 --- a/fs/iomap/Makefile +++ b/fs/iomap/Makefile @@ -5,4 +5,7 @@ # obj-$(CONFIG_FS_IOMAP) += iomap.o +iomap-y += \ + fiemap.o + iomap-$(CONFIG_SWAP) += swapfile.o |