mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
453b329be5
Signed-off-by: Jens Axboe <axboe@kernel.dk>
8 lines
195 B
Makefile
8 lines
195 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
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|