summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-25 06:12:18 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:11 -0600
commite0da14def1ee0a9cd9c88893321e9a3d900f8e23 (patch)
tree319b5838f10d19c9621d4de0b5f25053112d56f1 /io_uring/Makefile
parenta9c210cebe13c36487a239ae7f4671a389fed127 (diff)
io_uring: move statx handling to its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r--io_uring/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile
index 59e70f2d8c56..de953c022c6e 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -4,5 +4,6 @@
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
sync.o advise.o filetable.o \
- openclose.o uring_cmd.o epoll.o
+ openclose.o uring_cmd.o epoll.o \
+ statx.o
obj-$(CONFIG_IO_WQ) += io-wq.o