diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-25 06:42:08 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-24 18:39:12 -0600 |
commit | 36404b09aa609e00f8f0108356830c22b99b3cbf (patch) | |
tree | 9ec7d25af7015e16c3e26962c8a135eea5d290c4 /io_uring/Makefile | |
parent | f9ead18c10589a351f395ac5aa107360f2f6ce53 (diff) | |
download | lwn-36404b09aa609e00f8f0108356830c22b99b3cbf.tar.gz lwn-36404b09aa609e00f8f0108356830c22b99b3cbf.zip |
io_uring: move msg_ring into its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index c9ec1bbabfbd..d7cf992c841a 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 + statx.o net.o msg_ring.o obj-$(CONFIG_IO_WQ) += io-wq.o |