X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=8e1ebc905fb259de72110df140cf9f7feb39281b;hb=b34eb155e4a6a05dbe43b0f7342a8118d09fdc7c;hp=8f8d9b9aa1e6484bb2fa13aaa99d1c4081b92c8e;hpb=5a8a6a0343b42d087fa7b65ae884985d0f183c8b;p=fio.git diff --git a/Makefile b/Makefile index 8f8d9b9a..8e1ebc90 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ endif ifdef CONFIG_LIBISCSI iscsi_SRCS = engines/libiscsi.c iscsi_LIBS = $(LIBISCSI_LIBS) - iscsi_CFLAGS = $(LIBISCSI_LIBS) + iscsi_CFLAGS = $(LIBISCSI_CFLAGS) ENGINES += iscsi endif @@ -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