summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-24 21:54:43 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:11 -0600
commitcd40cae29ef815de6f7e72207b677c78f43f4688 (patch)
tree95824798f8ef1fca331aaedbea5d4b5d505f97c5 /io_uring/Makefile
parent453b329be5eacfc48dd43035af82bc7f28ecfedf (diff)
io_uring: split out open/close operations
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r--io_uring/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile
index 5efc4fe565a1..e60def39ca2c 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -3,5 +3,6 @@
# Makefile for io_uring
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
- sync.o advise.o filetable.o
+ sync.o advise.o filetable.o \
+ openclose.o
obj-$(CONFIG_IO_WQ) += io-wq.o