]> Git Repo - linux.git/blame - io_uring/Makefile
Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux
[linux.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 \
eb42cebb 10 cancel.o kbuf.o rsrc.o rw.o opdef.o notif.o
ed29b0b4 11obj-$(CONFIG_IO_WQ) += io-wq.o
This page took 0.059991 seconds and 4 git commands to generate.