]> git.ipfire.org Git - thirdparty/linux.git/blob - io_uring/Makefile
Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[thirdparty/linux.git] / io_uring / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for io_uring
4
5 ifdef CONFIG_GCOV_PROFILE_URING
6 GCOV_PROFILE := y
7 endif
8
9 obj-$(CONFIG_IO_URING) += io_uring.o opdef.o kbuf.o rsrc.o notif.o \
10 tctx.o filetable.o rw.o net.o poll.o \
11 eventfd.o uring_cmd.o openclose.o \
12 sqpoll.o xattr.o nop.o fs.o splice.o \
13 sync.o msg_ring.o advise.o openclose.o \
14 epoll.o statx.o timeout.o fdinfo.o \
15 cancel.o waitid.o register.o \
16 truncate.o memmap.o
17 obj-$(CONFIG_IO_WQ) += io-wq.o
18 obj-$(CONFIG_FUTEX) += futex.o
19 obj-$(CONFIG_NET_RX_BUSY_POLL) += napi.o