diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-24 21:19:47 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-24 18:39:11 -0600 |
commit | 531113bbd5bfc93e8de45440752af11c751e4aaf (patch) | |
tree | a4643adc406a76ed1f27d30d3fab96c785620e4e /io_uring/Makefile | |
parent | 11aeb71406ddd0ef526ad1df48b54aae628aad3b (diff) | |
download | linux-531113bbd5bfc93e8de45440752af11c751e4aaf.tar.gz |
io_uring: split out splice related operations
This splits out splice and tee support.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index 50e68c9a4d1b..c6aca2af6f4a 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -2,5 +2,5 @@ # # Makefile for io_uring -obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o +obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o obj-$(CONFIG_IO_WQ) += io-wq.o |