mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
a4ad4f748e
This also means moving a bit more of the fixed file handling to the filetable side, which makes sense separately too. Signed-off-by: Jens Axboe <axboe@kernel.dk>
11 lines
301 B
Makefile
11 lines
301 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for io_uring
|
|
|
|
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
|
|
sync.o advise.o filetable.o \
|
|
openclose.o uring_cmd.o epoll.o \
|
|
statx.o net.o msg_ring.o timeout.o \
|
|
sqpoll.o fdinfo.o
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|