io_uring: move uring_cmd handling to its own file
[linux-2.6-block.git] / io_uring / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for io_uring
4
5 obj-$(CONFIG_IO_URING)          += io_uring.o xattr.o nop.o fs.o splice.o \
6                                         sync.o advise.o filetable.o \
7                                         openclose.o uring_cmd.o
8 obj-$(CONFIG_IO_WQ)             += io-wq.o