From a45c0eccc564649541305c71539350c7a890226e Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 15 Jul 2019 08:50:57 -0700 Subject: iomap: move the swapfile code into a separate file Move the swapfile activation code into a separate file so that we can group related functions in a single file instead of having a single enormous source file. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- fs/iomap/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs/iomap/Makefile') 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 -- cgit v1.2.3