Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.10-rc2 15 lines 505 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for io_uring 4 5obj-$(CONFIG_IO_URING) += io_uring.o opdef.o kbuf.o rsrc.o notif.o \ 6 tctx.o filetable.o rw.o net.o poll.o \ 7 uring_cmd.o openclose.o sqpoll.o \ 8 xattr.o nop.o fs.o splice.o sync.o \ 9 msg_ring.o advise.o openclose.o \ 10 epoll.o statx.o timeout.o fdinfo.o \ 11 cancel.o waitid.o register.o \ 12 truncate.o memmap.o 13obj-$(CONFIG_IO_WQ) += io-wq.o 14obj-$(CONFIG_FUTEX) += futex.o 15obj-$(CONFIG_NET_RX_BUSY_POLL) += napi.o