io_uring: move timeout opcodes and handling into its own file
[linux-2.6-block.git] / io_uring / Makefile
CommitLineData
ed29b0b4
JA
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for io_uring
4
0d584727 5obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
cd40cae2 6 sync.o advise.o filetable.o \
e0da14de 7 openclose.o uring_cmd.o epoll.o \
59915143 8 statx.o net.o msg_ring.o timeout.o
ed29b0b4 9obj-$(CONFIG_IO_WQ) += io-wq.o