From: Aakarsh Gopi Date: Thu, 16 Apr 2020 18:34:46 +0000 (-0400) Subject: Add fio-histo-log-pctiles to make file X-Git-Tag: fio-3.20~28^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6f4e03b08edea90f0adad4bb4f05c12729a58217;p=fio.git Add fio-histo-log-pctiles to make file This was missing earlier --- diff --git a/Makefile b/Makefile index cb9e1775..f1e984f5 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ OPTFLAGS= -g -ffast-math CFLAGS := -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) -I. -I$(SRCDIR) $(CFLAGS) LIBS += -lm $(EXTLIBS) PROGS = fio -SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/hist/fiologparser_hist.py tools/fio_jsonplus_clat2csv) +SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/hist/fiologparser_hist.py tools/hist/fio-histo-log-pctiles.py tools/fio_jsonplus_clat2csv) ifndef CONFIG_FIO_NO_OPT CFLAGS := -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $(CFLAGS)