summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-13 07:12:45 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:12 -0600
commit73572984481907d92673255b494c0ff4f77c8ed4 (patch)
tree60da997079dea90788a6665edff8b4be8818b20f /io_uring/Makefile
parent3b77495a97239faa27989f946d29b6be7dd091e9 (diff)
io_uring: move rsrc related data, core, and commands
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 b85418b64e82..360a83039c2a 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -7,5 +7,5 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
openclose.o uring_cmd.o epoll.o \
statx.o net.o msg_ring.o timeout.o \
sqpoll.o fdinfo.o tctx.o poll.o \
- cancel.o kbuf.o
+ cancel.o kbuf.o rsrc.o
obj-$(CONFIG_IO_WQ) += io-wq.o