mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
7 lines
195 B
Makefile
7 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
|