summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-25 11:01:04 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:12 -0600
commitc9f06aa7de153cdbe424e7e38be39f2272cf78bc (patch)
treecd88c2b482d95378da7ed99ce691c722c37d8388 /io_uring/Makefile
parenta4ad4f748ea96202451f88b6385d7283d0f2e513 (diff)
io_uring: move io_uring_task (tctx) helpers 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 ed0bf42db4ae..2db085cdedad 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -6,5 +6,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 timeout.o \
- sqpoll.o fdinfo.o
+ sqpoll.o fdinfo.o tctx.o
obj-$(CONFIG_IO_WQ) += io-wq.o