diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-24 19:56:42 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 02:39:11 +0200 |
commit | e28683bdfc2f2cb0dab042f9079cda89dbf589d9 (patch) | |
tree | 60ec99fa61b6de11bf9749a4ce56007666f354e9 /io_uring/Makefile | |
parent | io_uring: move xattr related opcodes to its own file (diff) | |
download | linux-e28683bdfc2f2cb0dab042f9079cda89dbf589d9.tar.xz linux-e28683bdfc2f2cb0dab042f9079cda89dbf589d9.zip |
io_uring: move nop into 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 479b6957b85f..32c02a38f83b 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -2,5 +2,5 @@ # # Makefile for io_uring -obj-$(CONFIG_IO_URING) += io_uring.o xattr.o +obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o obj-$(CONFIG_IO_WQ) += io-wq.o |