Don't crash when using filehash lock before init
[fio.git] / Makefile
index 3f654f02b860c66ccfe501a807c92b7522bf563d..1113c2f6032d74d728ebed7edb3a63fe02411a27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,9 @@ endif
 ifdef CONFIG_WINDOWSAIO
   SOURCE += engines/windowsaio.c
 endif
+ifdef CONFIG_RBD
+  SOURCE += engines/rbd.c
+endif
 ifndef CONFIG_STRSEP
   SOURCE += lib/strsep.c
 endif