X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=fce3d0d134cffad9643615988e50c308057ad2a5;hp=87a47b66a3c34295664d90773a21c6eb4ec64c09;hb=1487c122c651191b34d8f0b2ac1c6ee5cd343874;hpb=dede9b9fae3ab670c1ca864ac66aea5e997e1f34 diff --git a/Makefile b/Makefile index 87a47b66..fce3d0d1 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,21 @@ ifdef CONFIG_RDMA rdma_LIBS = -libverbs -lrdmacm ENGINES += rdma endif +ifdef CONFIG_LIBRPMA_APM + librpma_apm_SRCS = engines/librpma_apm.c + librpma_fio_SRCS = engines/librpma_fio.c + librpma_apm_LIBS = -lrpma -lpmem + ENGINES += librpma_apm +endif +ifdef CONFIG_LIBRPMA_GPSPM + librpma_gpspm_SRCS = engines/librpma_gpspm.c engines/librpma_gpspm_flush.pb-c.c + librpma_fio_SRCS = engines/librpma_fio.c + librpma_gpspm_LIBS = -lrpma -lpmem -lprotobuf-c + ENGINES += librpma_gpspm +endif +ifdef librpma_fio_SRCS + SOURCE += $(librpma_fio_SRCS) +endif ifdef CONFIG_POSIXAIO SOURCE += engines/posixaio.c endif