Merge branch 'fix_devdax' of https://github.com/harish-24/fio
authorJens Axboe <axboe@kernel.dk>
Tue, 14 Jul 2020 16:10:23 +0000 (10:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jul 2020 16:10:23 +0000 (10:10 -0600)
* 'fix_devdax' of https://github.com/harish-24/fio:
  Fix: dev-dax engine building with make

Makefile

index 8f8d9b9aa1e6484bb2fa13aaa99d1c4081b92c8e..f374ac841b9af43afb23975c5a18fcd30a468c36 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -173,8 +173,8 @@ ifdef CONFIG_PMEMBLK
   ENGINES += pmemblk
 endif
 ifdef CONFIG_LINUX_DEVDAX
-  devdax_SRCS = engines/dev-dax.c
-  devdax_LIBS = -lpmem
+  dev-dax_SRCS = engines/dev-dax.c
+  dev-dax_LIBS = -lpmem
   ENGINES += dev-dax
 endif
 ifdef CONFIG_LIBPMEM