X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=c25b4222e43729a2ca961718158470acaa807b52;hp=2893348a71e63c35f7cfc2a0e1766f163424b4a4;hb=d5f9b0eabcd4eeec0e2cf3821d3a6f44bcd0981f;hpb=3b973af558aa0802e2c8193e9afac4cd49af3ca0 diff --git a/Makefile b/Makefile index 2893348a..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 @@ -135,6 +138,9 @@ endif ifdef CONFIG_LINUX_DEVDAX SOURCE += engines/dev-dax.c endif +ifdef CONFIG_LIBPMEM + SOURCE += engines/libpmem.c +endif ifeq ($(CONFIG_TARGET_OS), Linux) SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c engines/sg.c \