summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-25 08:57:27 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:12 -0600
commit59915143e89fb8dc7b5bd9dcaf628d8181fd54ac (patch)
treeaa1d77dce0cc12a0ca04ab3fb2a0e036ead6719e /io_uring/Makefile
parente418bbc97bffda868934acfdf8a1173ab044be69 (diff)
io_uring: move timeout opcodes and handling into its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r--io_uring/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile
index d7cf992c841a..6ae4e45a15db 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -5,5 +5,5 @@
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
+ statx.o net.o msg_ring.o timeout.o
obj-$(CONFIG_IO_WQ) += io-wq.o