Fix: dev-dax engine building with make
authorHarish <harish@linux.ibm.com>
Tue, 14 Jul 2020 16:00:24 +0000 (21:30 +0530)
committerHarish <harish@linux.ibm.com>
Tue, 14 Jul 2020 16:00:24 +0000 (21:30 +0530)
With recent changes to Makefile dev-dax skips building. This patch
fixes that.

Signed-off-by: Harish <harish@linux.ibm.com>
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