diff options
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile new file mode 100644 index 000000000..3680425df --- /dev/null +++ b/io_uring/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for io_uring + +obj-$(CONFIG_IO_URING) += io_uring.o +obj-$(CONFIG_IO_WQ) += io-wq.o |