X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=d7e5fca73082e715bfc898c41602ce514cbc94b7;hp=fd138dd2aac7a5dc8d2b5934c497c8b0e6e3acdd;hb=32e31c8c5f7b1695a85a79da02ac854899abbb39;hpb=b7119c596912fae8f101e0c1cdf36119f29fe182 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