mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
a9c210cebe
Would be nice to sort out Kconfig for this and don't even compile epoll.c if we don't have epoll configured. Signed-off-by: Jens Axboe <axboe@kernel.dk>
9 lines
234 B
Makefile
9 lines
234 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 \
|
|
openclose.o uring_cmd.o epoll.o
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|