1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for io_uring 4 5obj-$(CONFIG_IO_URING) += io_uring.o 6obj-$(CONFIG_IO_WQ) += io-wq.o 7