X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=1113c2f6032d74d728ebed7edb3a63fe02411a27;hb=e53cf97beb6c07ea1dedc218058675cc291e9f2a;hp=3f654f02b860c66ccfe501a807c92b7522bf563d;hpb=9aa5fe3290fd49c70e498d5e072a5b27e1c3034f;p=fio.git diff --git a/Makefile b/Makefile index 3f654f02..1113c2f6 100644 --- 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