diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-24 20:46:43 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 03:39:11 +0300 |
commit | 5e2a18d93fec514fc74f58a6061b74a79764af69 (patch) | |
tree | 79c293224f8a21f462a89336458215f355aeb7dc /io_uring/Makefile | |
parent | 97b388d70b53fd7d286ac1b81e5a88bd6af98209 (diff) | |
download | linux-5e2a18d93fec514fc74f58a6061b74a79764af69.tar.xz |
io_uring: move xattr related opcodes 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 3680425df947..479b6957b85f 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -2,5 +2,5 @@ # # Makefile for io_uring -obj-$(CONFIG_IO_URING) += io_uring.o +obj-$(CONFIG_IO_URING) += io_uring.o xattr.o obj-$(CONFIG_IO_WQ) += io-wq.o |