diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-25 09:13:39 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-24 18:39:12 -0600 |
commit | 17437f311490d873a5157f65a84317d16270fd38 (patch) | |
tree | 840446aa33554e40b8ba0f0fc68cd7707fe26b58 /io_uring/Makefile | |
parent | 59915143e89fb8dc7b5bd9dcaf628d8181fd54ac (diff) | |
download | linux-17437f311490d873a5157f65a84317d16270fd38.tar.gz |
io_uring: move SQPOLL related handling into its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index 6ae4e45a15db..c59a9ca74262 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -5,5 +5,6 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \ sync.o advise.o filetable.o \ openclose.o uring_cmd.o epoll.o \ - statx.o net.o msg_ring.o timeout.o + statx.o net.o msg_ring.o timeout.o \ + sqpoll.o obj-$(CONFIG_IO_WQ) += io-wq.o |