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 de5a1f914b2c..f88eca22ae80 100644 --- a/fs/iomap/Makefile +++ b/fs/iomap/Makefile @@ -3,3 +3,6 @@ # Copyright (c) 2019 Oracle. # All Rights Reserved. # +obj-$(CONFIG_FS_IOMAP) += iomap.o + +iomap-$(CONFIG_SWAP) += swapfile.o |