aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-25 06:09:18 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:11 -0600
commita9c210cebe13c36487a239ae7f4671a389fed127 (patch)
tree3aef4833aa165b8cee9e2251043d259466309da5 /io_uring/Makefile
parent4cf90495281b43f5f597ef4a9abcc83a63973571 (diff)
downloadlinux-a9c210cebe13c36487a239ae7f4671a389fed127.tar.gz
io_uring: move epoll handler to its own file
Would be nice to sort out Kconfig for this and don't even compile epoll.c if we don't have epoll configured. 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 2e2cbeb272a89..59e70f2d8c56d 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -4,5 +4,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
+ openclose.o uring_cmd.o epoll.o
obj-$(CONFIG_IO_WQ) += io-wq.o