summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
blob: 59e70f2d8c56d48a2fc67afdbe9f47215f0c0fbc (plain)
1
2
3
4
5
6
7
8
# 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 uring_cmd.o epoll.o
obj-$(CONFIG_IO_WQ)		+= io-wq.o