X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=c25b4222e43729a2ca961718158470acaa807b52;hp=3ce606460114f0f85817d4efeb5577538f554d27;hb=d5f9b0eabcd4eeec0e2cf3821d3a6f44bcd0981f;hpb=358ffaa6c37acb26e0f507934ba8a6f98f34ffee diff --git a/Makefile b/Makefile index 3ce60646..c25b4222 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,9 @@ endif ifdef CONFIG_WINDOWSAIO SOURCE += engines/windowsaio.c endif +ifdef CONFIG_RADOS + SOURCE += engines/rados.c +endif ifdef CONFIG_RBD SOURCE += engines/rbd.c endif