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 6 GCOV_PROFILE := y << 7 endif << 8 << 9 obj-$(CONFIG_IO_URING) += io_uring.o << 10 tctx.o << 11 eventf << 12 sqpoll << 13 sync.o << 14 epoll. << 15 cancel << 16 trunca << 17 obj-$(CONFIG_IO_WQ) += io-wq.o 6 obj-$(CONFIG_IO_WQ) += io-wq.o 18 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.