mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
5e2a18d93f
Signed-off-by: Jens Axboe <axboe@kernel.dk>
7 lines
140 B
Makefile
7 lines
140 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for io_uring
|
|
|
|
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|