libpmem: move mmap alignment to init time
[fio.git] / Makefile
index 2893348a71e63c35f7cfc2a0e1766f163424b4a4..3ce606460114f0f85817d4efeb5577538f554d27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -135,6 +135,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 \