Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[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 \
17437f31 8 statx.o net.o msg_ring.o timeout.o \
7aaff708 9 sqpoll.o fdinfo.o tctx.o poll.o \
f31ecf67 10 cancel.o kbuf.o rsrc.o rw.o opdef.o \
b4bb1900 11 notif.o waitid.o register.o truncate.o
ed29b0b4 12obj-$(CONFIG_IO_WQ) += io-wq.o
194bb58c 13obj-$(CONFIG_FUTEX) += futex.o
8d0c12a8 14obj-$(CONFIG_NET_RX_BUSY_POLL) += napi.o