mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
This splits out renameat, unlinkat, mkdirat, symlinkat, and linkat. Signed-off-by: Jens Axboe <axboe@kernel.dk>
7 lines
151 B
Makefile
7 lines
151 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
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|