1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for io_uring 3 # Makefile for io_uring 4 4 5 ifdef CONFIG_GCOV_PROFILE_URING !! 5 obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \ 6 GCOV_PROFILE := y !! 6 sync.o advise.o filetable.o \ 7 endif !! 7 openclose.o uring_cmd.o epoll.o \ 8 !! 8 statx.o net.o msg_ring.o timeout.o \ 9 obj-$(CONFIG_IO_URING) += io_uring.o !! 9 sqpoll.o fdinfo.o tctx.o poll.o \ 10 tctx.o !! 10 cancel.o kbuf.o rsrc.o rw.o opdef.o \ 11 eventf !! 11 notif.o waitid.o 12 sqpoll << 13 sync.o << 14 epoll. << 15 cancel << 16 trunca << 17 obj-$(CONFIG_IO_WQ) += io-wq.o 12 obj-$(CONFIG_IO_WQ) += io-wq.o 18 obj-$(CONFIG_FUTEX) += futex.o 13 obj-$(CONFIG_FUTEX) += futex.o 19 obj-$(CONFIG_NET_RX_BUSY_POLL) += napi.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.