summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-25 06:25:13 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:11 -0600
commitf9ead18c10589a351f395ac5aa107360f2f6ce53 (patch)
tree66c6d77d7ba2e577d26323d2e6746b621f7cc18b /io_uring/Makefile
parente0da14def1ee0a9cd9c88893321e9a3d900f8e23 (diff)
io_uring: split network related opcodes into its own file
While at it, convert the handlers to just use io_eopnotsupp_prep() if CONFIG_NET isn't set. 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 de953c022c6e..c9ec1bbabfbd 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
+ statx.o net.o
obj-$(CONFIG_IO_WQ) += io-wq.o