X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=fe02bf1df86f0d55334959a5200e91680ad339a3;hp=d7e5fca73082e715bfc898c41602ce514cbc94b7;hb=acd44dec8cfa476d91dc1695df64f249e52d06e3;hpb=247ef2aaf28a18abdf49d294ecbffd497ee440e6 diff --git a/Makefile b/Makefile index d7e5fca7..fe02bf1d 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,12 @@ ifdef CONFIG_LIBISCSI SOURCE += engines/libiscsi.c endif +ifdef CONFIG_LIBNBD + CFLAGS += $(LIBNBD_CFLAGS) + LIBS += $(LIBNBD_LIBS) + SOURCE += engines/nbd.c +endif + ifdef CONFIG_64BIT CFLAGS += -DBITS_PER_LONG=64 endif