aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-24 21:28:33 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:11 -0600
commitf4c163dd7d4b1031772317cd3cd58dd6711ee51e (patch)
tree68eb0282a59338b40ac1a0fc801d1a1cf87585c2 /io_uring/Makefile
parent0d58472740370108f8ece9076d79f736f53b5b77 (diff)
downloadlinux-f4c163dd7d4b1031772317cd3cd58dd6711ee51e.tar.gz
io_uring: split out fadvise/madvise operations
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r--io_uring/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile
index 7285c6aef8da0..4492aa24397ef 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -3,5 +3,5 @@
# Makefile for io_uring
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
- sync.o
+ sync.o advise.o
obj-$(CONFIG_IO_WQ) += io-wq.o