X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=f9096217c7f8b00fae6a5bb2967fd8b2537936c1;hb=0d71aa983a4dce75a088b3a4831d5b217df066fb;hp=f57569d5f66461f85a54a69e53d4f161a2d6fba8;hpb=77c72e0f504364adf6a0e8f1155fdf3fd68ef248;p=fio.git diff --git a/Makefile b/Makefile index f57569d5..f9096217 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ SOURCE := $(sort $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \ gettime-thread.c helpers.c json.c idletime.c td_error.c \ profiles/tiobench.c profiles/act.c io_u_queue.c filelock.c \ workqueue.c rate-submit.c optgroup.c helper_thread.c \ - steadystate.c zone-dist.c zbd.c + steadystate.c zone-dist.c zbd.c dedupe.c ifdef CONFIG_LIBHDFS HDFSFLAGS= -I $(JAVA_HOME)/include -I $(JAVA_HOME)/include/linux -I $(FIO_LIBHDFS_INCLUDE)