summaryrefslogtreecommitdiffstats
path: root/io_uring/Makefile
blob: de953c022c6ebda5c708ef871cbdf4e29efebe09 (plain)
1
2
3
4
5
6
7
8
9
# 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 \
					statx.o
obj-$(CONFIG_IO_WQ)		+= io-wq.o