diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-25 14:59:19 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 03:39:11 +0300 |
commit | 99f15d8d61364299ae780cc739c74068a6d2538d (patch) | |
tree | f431621daeb42394ced16e6b784f1bc4f431d45d /io_uring/Makefile | |
parent | cd40cae29ef815de6f7e72207b677c78f43f4688 (diff) | |
download | linux-99f15d8d61364299ae780cc739c74068a6d2538d.tar.xz |
io_uring: move uring_cmd handling to its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index e60def39ca2c..2e2cbeb272a8 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -4,5 +4,5 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \ sync.o advise.o filetable.o \ - openclose.o + openclose.o uring_cmd.o obj-$(CONFIG_IO_WQ) += io-wq.o |