diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 18:50:57 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 18:50:57 +0300 |
commit | 1c230208f53de479352cdb7fa2f851005df7cdc9 (patch) | |
tree | c192d53730880c648a7cc5e52db4203b9c0aeedc /fs/Makefile | |
parent | fec88ab0af9706b2201e5daf377c5031c62d11f7 (diff) | |
download | linux-1c230208f53de479352cdb7fa2f851005df7cdc9.tar.xz |
iomap: start moving code to fs/iomap/
Create the build infrastructure we need to start migrating iomap code to
fs/iomap/ from fs/iomap.c.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index c9aea23aba56..8e61bdf9f330 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -53,6 +53,7 @@ obj-$(CONFIG_SYSCTL) += drop_caches.o obj-$(CONFIG_FHANDLE) += fhandle.o obj-$(CONFIG_FS_IOMAP) += iomap.o +obj-y += iomap/ obj-y += quota/ |