X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=83414c3a612c0897981154df7bfa8f69556e7622;hb=0587ef3261e642a444616b2d24c192f943f44d8f;hp=b54f7e9e0cfde374fa86d98b635e224d9c0ab457;hpb=0bf31987c39999b8f93f9cee8a82c5e76f457cdb;p=fio.git diff --git a/Makefile b/Makefile index b54f7e9e..83414c3a 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,8 @@ SOURCE := $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.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 \ - workqueue.c rate-submit.c optgroup.c helper_thread.c + workqueue.c rate-submit.c optgroup.c helper_thread.c \ + steadystate.c ifdef CONFIG_LIBHDFS HDFSFLAGS= -I $(JAVA_HOME)/include -I $(JAVA_HOME)/include/linux -I $(FIO_LIBHDFS_INCLUDE)