diff --git a/lib/bdev/Makefile b/lib/bdev/Makefile index c560cecb0..1288bea17 100644 --- a/lib/bdev/Makefile +++ b/lib/bdev/Makefile @@ -58,6 +58,10 @@ ifeq ($(CONFIG_REDUCE),y) DIRS-y += compress endif +ifeq ($(CONFIG_URING),y) +DIRS-y += uring +endif + ifeq ($(OS),Linux) DIRS-y += aio DIRS-$(CONFIG_ISCSI_INITIATOR) += iscsi