X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=76243ffb056e5cebf82939d62c66678bc476f0dc;hb=d7bb1620dddf26cb99676888236ba16610a1dcc7;hp=3764da55085102d8d67a20d533e67cafb91ac295;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b;p=fio.git diff --git a/Makefile b/Makefile index 3764da55..76243ffb 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ SOURCE := $(sort $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \ eta.c verify.c memory.c io_u.c parse.c mutex.c options.c \ smalloc.c filehash.c profile.c debug.c engines/cpu.c \ engines/mmap.c engines/sync.c engines/null.c engines/net.c \ - engines/ftruncate.c \ + engines/ftruncate.c engines/filecreate.c \ server.c client.c iolog.c backend.c libfio.c flow.c cconv.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 \