mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
e28683bdfc
Signed-off-by: Jens Axboe <axboe@kernel.dk>
7 lines
146 B
Makefile
7 lines
146 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for io_uring
|
|
|
|
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|