X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=d7e5fca73082e715bfc898c41602ce514cbc94b7;hb=247ef2aaf28a18abdf49d294ecbffd497ee440e6;hp=fd138dd2aac7a5dc8d2b5934c497c8b0e6e3acdd;hpb=95af8dd57a7a9a564f99492bb1e04bb6d13b95b1;p=fio.git diff --git a/Makefile b/Makefile index fd138dd2..d7e5fca7 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,12 @@ ifdef CONFIG_LIBHDFS SOURCE += engines/libhdfs.c endif +ifdef CONFIG_LIBISCSI + CFLAGS += $(LIBISCSI_CFLAGS) + LIBS += $(LIBISCSI_LIBS) + SOURCE += engines/libiscsi.c +endif + ifdef CONFIG_64BIT CFLAGS += -DBITS_PER_LONG=64 endif