X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=9fd8f59b85e40e5b3480ff51372bd1465e32ea65;hb=b158577d787beaa6d098be3f180f947f7ad80b22;hp=7bd572d7df0378ee6038cde0bcedfbceaa7c69f8;hpb=0474b83f022f1f1cc14208c05b7ccda682e01263;p=fio.git diff --git a/Makefile b/Makefile index 7bd572d7..9fd8f59b 100644 --- a/Makefile +++ b/Makefile @@ -237,6 +237,12 @@ ifdef CONFIG_LIBXNVME xnvme_CFLAGS = $(LIBXNVME_CFLAGS) ENGINES += xnvme endif +ifdef CONFIG_LIBBLKIO + libblkio_SRCS = engines/libblkio.c + libblkio_LIBS = $(LIBBLKIO_LIBS) + libblkio_CFLAGS = $(LIBBLKIO_CFLAGS) + ENGINES += libblkio +endif ifeq ($(CONFIG_TARGET_OS), Linux) SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c engines/sg.c \ oslib/linux-dev-lookup.c engines/io_uring.c engines/nvme.c