mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
cd40cae29e
Signed-off-by: Jens Axboe <axboe@kernel.dk>
9 lines
214 B
Makefile
9 lines
214 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
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|